[codeb] Instr update + forgotten testcase
[testub10.git] / codeb / intelli_08.0
1 method m()
2   if this < 10 then
3     return 3;
4   end;
5   return 0;
6 end;