[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_intelli_01.0
1 method f(a)
2         return (a*a) * (2-3)  * this * (3 * (2-3));
3 end;