Community
Participate
Working Groups
1) Starting point: import metamodel; Model model(Type this): eContainer; List[Entity] entities(Model this) : types.typeSelect(Entity); 2) Add the following syntax error by changing the extension "model": Model model(Type this): eContainer + syntax; 3) Save the file - the linking error is highlighted as expected 4) Change the model extension as follows: Model model(Type this : eContainer; 5) Save the file. The syntax error will flicker for a moment and then disappear. Nothing the problems view.
Created attachment 186367 [details] fix for this bug this patch fixes this bug
Patch applied, thanks Benedikt.
Bug resolved before Xpand 1.2 release date => Closing