blob: afadb94be9befb4a8d2568641d0c5128f8e97177 [file] [log] [blame]
library Library268636;
modeltype Ecore uses ecore('http://www.eclipse.org/emf/2002/Ecore');
configuration property aaa : Integer;
helper xxx() : String {
return 'asd' + aaa.repr();
}
mapping gg() : EClass {
}