You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/decl/var/property_wrappers.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ struct MissingValue<T> { }
64
64
structStaticValue{
65
65
staticvarwrappedValue:Int=17
66
66
}
67
-
// expected-error@-3{{property wrapper type 'StaticValue' does not contain a non-static property named 'wrappedValue'}}{{20-20=var wrappedValue: <#Value#>}}
67
+
// expected-error@-3{{property wrapper type 'StaticValue' does not contain a non-static property named 'wrappedValue'}}{{21-21=var wrappedValue: <#Value#>}}
68
68
69
69
70
70
// expected-error@+1{{'@propertyWrapper' attribute cannot be applied to this declaration}}
0 commit comments