gnain opened this issue 10 years ago · 1 comments
When declaring a class titi.Plug{} (notice the uppercase P) then in another concept, declare a reference: myPlug : titi.plug[0,* ] The DSL Editor displays an error but it does not prevent from generating the jar.
class titi.Plug{}
myPlug : titi.plug[0,* ]
Fixed