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
I'm not arguing about the semantics, whether or not it is an "expression."
Currently, among nodes representing a type, only ClassTypeExpression uses TypeName.
For all other types (array and primitives), they don't need to use TypeName because the name is inferred from the node type.
For example, BooleanTypeExpression is boolean, IntTypeExpression is int, etc.
Whereas ClassTypeExpressions need a TypeName to know what class is being referenced.
it is currently defined as FASTJavaVariableExpression which is twice wrong
The text was updated successfully, but these errors were encountered: