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