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
AST: Resolve types when printing inheritance clauses.
Previously, a `.swiftinterface` emitted in lazy typechecking mode would fall
back on printing the `TypeRepr` of entries in the inheritance clause of a
declaration since inherited types could be unresolved.
extensionString:InternalProto{} // expected-error {{type 'String' does not conform to protocol 'InternalProto'}}
141
+
140
142
structInternalStructConformingToPublicProto:PublicProto{ // expected-error {{type 'InternalStructConformingToPublicProto' does not conform to protocol 'PublicProto'}}
0 commit comments