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
// FB7699647 - crash with opaque result type and property wrappers.
20
+
structFB7699647{
21
+
@WrapperWithDefaultInitvarproperty:someP // expected-error{{property declares an opaque return type, but cannot infer the underlying type from its initializer expression}}
22
+
@WrapperWithDefaultInit()varotherProperty:someP // expected-error{{property declares an opaque return type, but cannot infer the underlying type from its initializer expression}}
23
+
}
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