Skip to content

Commit 72fc506

Browse files
committed
"modified existing validation test after improving error handling for composed property werapper mismatches"
1 parent 4e2b67c commit 72fc506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/compiler_crashers_2_fixed/sr11599.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ struct B {
1111
}
1212

1313
struct C {
14-
@A @B var foo: Int // expected-error{{composed wrapper type 'B' does not match former 'wrappedValue' type 'Int'}}
14+
@A @B var foo: Int // expected-error{{composed wrapper type 'B' does not match type of 'A.wrappedValue', which is 'Int'}}
1515
}

0 commit comments

Comments
 (0)