eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
665 stars 61 forks source link

Fix unassigned data type rule usage #1367

Closed msujew closed 4 months ago

msujew commented 5 months ago

Closes https://github.com/eclipse-langium/langium/issues/1358

Adds a check that the value we're trying assign is actually an object and not the result of a data type rule (a primitive).