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
Bug is caused by two bits of code knowing partial information about the type alias. TypeAliasProcessor creates the typealias decl, but doesn't know to export it. VerbProcessor knows to export it, but doesn't update the decl.
The text was updated successfully, but these errors were encountered:
Any typealias defined in Java and used in a verb should be exported, but isn't. e.g.
javamodule
has these:Bug is caused by two bits of code knowing partial information about the type alias.
TypeAliasProcessor
creates thetypealias
decl, but doesn't know to export it.VerbProcessor
knows to export it, but doesn't update the decl.The text was updated successfully, but these errors were encountered: