gesamt: paramcheck und instr update
[testub10.git] / gesamt / lewurm_06.0
diff --git a/gesamt/lewurm_06.0 b/gesamt/lewurm_06.0
new file mode 100644 (file)
index 0000000..4f6220a
--- /dev/null
@@ -0,0 +1,7 @@
+method f()
+       return (this-1).g(this-5, this-10);
+end;
+
+method g(a b)
+       return this-a-b;
+end;