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_opaque.swift
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,6 @@ struct FB7699647 {
22
22
@WrapperWithDefaultInit()varotherProperty:someP // expected-error{{property declares an opaque return type, but cannot infer the underlying type from its initializer expression}}
23
23
}
24
24
25
+
structFB7699647b{
26
+
@WrapperWithDefaultInitvarproperty:someP // expected-error{{property declares an opaque return type, but cannot infer the underlying type from its initializer expression}}
0 commit comments