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(); ... }
Log in to post a comment.