blob: 3bfa4b6574fa3d3d90ea63f9433c8437da4d9dad [file] [log] [blame]
modeltype bug570407 uses "http://www.bug570407.ecore";
modeltype ECORE uses 'http://www.eclipse.org/emf/2002/Ecore';
transformation bug570407;
main() {
var c = object ecore::EClass {};
var tc = object TestClass {
ref := c;
};
assert fatal (tc.ref = c);
}