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
Go through nominal type resolution when translating types.
When determining how to translate a Swift nominal type for Java, go
through the nominal lookup mechanism so we will (1) only find types
that we actually know about, rather than guessing, and (2) lazily form
the imported type record so we can handle seeing types out-of-order.
0 commit comments