An AST, generated from the grammar bellow, doesn't contain an interface StaticAccessExpression. Also, interfaces StaticSymbolReference and StaticMemberAccess are generated incorrectly.
Check out the StaticAccessExpression, StaticSymbolReference and StaticMemberAccess interfaces in the AST
The current behavior
The generated AST doesn't contain the StaticAccessExpression interface. StaticSymbolReference and StaticMemberAccess interfaces don't extend StaticAccessExpression.
An AST, generated from the grammar bellow, doesn't contain an interface
StaticAccessExpression
. Also, interfacesStaticSymbolReference
andStaticMemberAccess
are generated incorrectly.Langium version: 0.2.1
Steps To Reproduce
StaticAccessExpression
,StaticSymbolReference
andStaticMemberAccess
interfaces in the ASTThe current behavior
The generated AST doesn't contain the
StaticAccessExpression
interface.StaticSymbolReference
andStaticMemberAccess
interfaces don't extendStaticAccessExpression
.The expected behavior
A correctly generated AST: