blob: 199c3330ede5440c191435a24f7059ab3d6a109d [file] [log] [blame]
transformation modifyresult;
modeltype ECORE uses 'http://www.eclipse.org/emf/2002/Ecore';
mapping patch(): ecore::EPackage {
init {
result.name := 'bar';
}
name := 'foo';
}