gesamt: erste (brauchbare) testfaelle
[testub10.git] / gesamt / lewurm_03.0
1 method f()
2         return (this-50).g();
3 end;
4
5 method g()
6         return this--50;
7 end;