blob: 7105ea7a02754b21b09d486744ec5f57c37fc19c [file] [log] [blame]
modeltype ECORE uses "http://www.eclipse.org/emf/2002/Ecore";
transformation nested(inout model : ECORE);
main() {
var p :=object EPackage {};
object EClass {
name := 'from composite';
eStructuralFeatures += late resolveoneIn(toEAttribute, EAttribute);
};
map toEAttribute();
}
mapping toEAttribute() : EAttribute {
name := 'attr from composite';
}