blob: 899c9c73b415b8cf02f6d75caddf65510a6e7776 [file] [log] [blame]
import ecore : 'http://www.eclipse.org/emf/2002/Ecore#/';
package test : tst = 'http://test'
{
class Test {
-- property p : String;
-- invariant test: let b : Boolean = true in b;
-- invariant test: '1' + p;
operation test(a : Integer) : Integer {
body: a + 1;
}
}
}