We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ca663c + db04e81 commit 7c088beCopy full SHA for 7c088be
validation-test/compiler_crashers_2_fixed/0166-sr8240-2.swift
@@ -9,7 +9,7 @@ extension Repr {
9
}
10
extension Box where Representation == Repr, T == Representation.RawEnum {
11
init(rawEnumValue: Representation.RawEnum) {
12
- let _: Int.Type = T.self // expected-error {{cannot convert value of type '().Type' to specified type 'Int.Type'}}
+ let _: ().Type = T.self
13
fatalError()
14
15
0 commit comments