ag: testfaelle der abgabe
[testub10.git] / ag / abgabe_zf.3
1 method m()
2   if this then
3     var x:=this;
4   else
5     return x;
6   end;
7 end;