blob: c3f72fe6952f4457f52cf1a597b331bdcff9d2ae [file] [log] [blame]
property /*<warn>*/aProp/*</warn>*/ : String = '';
configuration property /*<warn>*/cfgProp/*</warn>*/ : String;
intermediate class /*<warn>*/FooClass/*</warn>*/ {
name : String;
}
/*<warn>*/helper foo() : String/*</warn>*/ {
return '';
}
modeltype ECORE "strict" uses ecore('http://www.eclipse.org/emf/2002/Ecore');
transformation misplacedTopElements(inout model : ECORE);
property aProp2: String = '';
configuration property cfgProp2 : String;
helper foo2() : String {
return '';
}
intermediate class FooClass2 {
}