blob: 6dcc84ee61f867dc4b0e73ba4f6b6b7b73ae4502 [file] [log] [blame]
transformation scr20038;
modeltype ECORE uses 'http://www.eclipse.org/emf/2002/Ecore';
mapping main(pack: ecore::EPackage): ecore::EPackage {
name := if _true() then 'foo' else 'bar' endif;
}
query _true(): Boolean {
return true;
}