gesamt LVA-Testfaelle
[testub10.git] / gesamt / codea_abgabe_zf.3
diff --git a/gesamt/codea_abgabe_zf.3 b/gesamt/codea_abgabe_zf.3
new file mode 100644 (file)
index 0000000..b98f794
--- /dev/null
@@ -0,0 +1,7 @@
+method m()
+  if this then
+    var x:=this;
+  else
+    return x;
+  end;
+end;