codeb: testfaelle aus codea
[testub10.git] / codeb / codea_intelli_01.0
1 method f(a)
2         return (a*a) * (2-3)  * this * (3 * (2-3));
3 end;