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
// appexternalopenclassC : AexternalopenclassD : A
While ideally I would expect to have:
// apiexternalinterfaceAtypealiasB=A
// appexternalopenclassC : AexternalopenclassD : B
I actually should check - there might be some issues with inheriting from aliases but even if there are - as of now we are missing type alias unintentionally - it's just happened to be missed - so it's better to translate typealias and omit it later on if needed.
Also, this is related to #270 (this is how I discovered this one actually)
The text was updated successfully, but these errors were encountered:
Following code:
and
is translated to:
While ideally I would expect to have:
I actually should check - there might be some issues with inheriting from aliases but even if there are - as of now we are missing type alias unintentionally - it's just happened to be missed - so it's better to translate typealias and omit it later on if needed.
Also, this is related to #270 (this is how I discovered this one actually)
The text was updated successfully, but these errors were encountered: