[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_intelli_11.0
diff --git a/gesamt/codeb_intelli_11.0 b/gesamt/codeb_intelli_11.0
new file mode 100644 (file)
index 0000000..2927030
--- /dev/null
@@ -0,0 +1,8 @@
+method m()
+       if 5 < 10 then
+               return 10;
+       else
+               return 5;
+       end;
+end;
+