blob: 8c9e2236c07d886b534807938d8096989c4d0583 [file] [log] [blame]
modeltype ECORE uses ecore('http://www.eclipse.org/emf/2002/Ecore');
transformation NewTransformation();
main() {
var col : Sequence(EClass) := null;
col->asSet()->;
var x : EClass := null;
x.eSuperTypes.name.length()./*@*/;
var i : Integer := null;
i.repr().;
}