-
Hello everybody, I'm switching from Xtext to Langium and so far everything works fine (despite I'm still learning TypeScript). However, I ran into a strange problem where I need some help. I want to write a small language for modeling UML class diagrams with a textual syntax.
I'm facing the following problem: The following test works as expected
But when I start the extension in debugging mode and enter the same text into a new document the superInterfaces reference of interface "C" is empty. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
How do you evaluate this in your extension? Refs are getters so you need to call them |
Beta Was this translation helpful? Give feedback.
the problem is your
checkNoCycleInInterfaceInheritance
the pops might also pop them them their original place...