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
if we visit them in the order Hello, then HelloAgain things work fine.
If we happen to visit them HelloAgain first, then we'll reject importing the HelloAgain type because:
[info][JExtractSwift/Swift2JavaVisitor.swift:219](visit(_:)) Unable to import initializer due to unknown(IdentifierTypeSyntax
╰─name: identifier("Hello"))
The text was updated successfully, but these errors were encountered:
For example file 1:
file 2:
if we visit them in the order Hello, then HelloAgain things work fine.
If we happen to visit them
HelloAgain
first, then we'll reject importing the HelloAgain type because:The text was updated successfully, but these errors were encountered: