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
// expected-error@-1{{type alias cannot be declared public because its underlying type uses an internal type}}
31
+
// expected-note@-2{{type alias 'MyDouble' is imported by this file as 'internal' from bridging header}}
32
+
}
33
+
34
+
// expected-error@+1{{cannot use struct 'MyPoint' in an extension with public or '@usableFromInline' members; it was imported via the internal bridging header}}
35
+
extensionMyPoint:P{
36
+
publictypealiasA=MyDouble
37
+
// expected-error@-1{{type alias cannot be declared public because its underlying type uses an internal type}}
38
+
// expected-note@-2{{type alias 'MyDouble' is imported by this file as 'internal' from bridging header}}
0 commit comments