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.
1 parent 4e2b67c commit 72fc506Copy full SHA for 72fc506
validation-test/compiler_crashers_2_fixed/sr11599.swift
@@ -11,5 +11,5 @@ struct B {
11
}
12
13
struct C {
14
- @A @B var foo: Int // expected-error{{composed wrapper type 'B' does not match former 'wrappedValue' type 'Int'}}
+ @A @B var foo: Int // expected-error{{composed wrapper type 'B' does not match type of 'A.wrappedValue', which is 'Int'}}
15
0 commit comments