Playground Crashes with Special Where Clause

Originator:fabian.ehrentraud
Number:rdar://21436336 Date Originated:18-Jun-2015 08:14 AM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 7 beta 1
Classification:Crash/Hang/Data Loss Reproducible:Always
 
Summary:
The following lines in a playground crash it:

protocol SomeProtocol {
	typealias T
}

extension SomeProtocol where T == Optional<T> {
	
}

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!