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 {{internal struct 'UFIStructPrivateGA' cannot have private global actor 'PrivateGA'}}
30
+
@PrivateGA@usableFromInlineinternalstructUFIStructPrivateGA{} // expected-error {{global actor for struct 'UFIStructPrivateGA' must be '@usableFromInline' or public}}
31
+
@InternalGA@usableFromInlineinternalstructUFIStructInternalGA{} // expected-error {{global actor for struct 'UFIStructInternalGA' must be '@usableFromInline' or public}}
0 commit comments