Menu

#24 helper on OclObject not found in case of heritage

open
None
5
2008-12-09
2008-12-09
No

In the following example, the helper test is not found.

transformation one() {
...
helper OclObject::test() : OclVoid;
...
}

transformation two() extends one {
...
var a : OclObject;
a.test();
...
}

Discussion


Log in to post a comment.

Monday.com Logo