blob: e950a39b38d11648016fecbc359101476d9ec442 [file] [log] [blame]
transformation scr23070;
modeltype ECORE uses 'http://www.eclipse.org/emf/2002/Ecore';
mapping main(in model: ecore::EPackage): ecore::EPackage {
name := foo(1);
}
query foo(i:Integer): String {
return if i>1 then null else null endif;
}