[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_lewurm_08.0
diff --git a/gesamt/codea_lewurm_08.0 b/gesamt/codea_lewurm_08.0
new file mode 100644 (file)
index 0000000..69e5dd9
--- /dev/null
@@ -0,0 +1,19 @@
+method w(a)
+       return this = a;
+end;
+
+method x()
+       return this = 3;
+end;
+
+method y()
+       return 3 = this;
+end;
+
+method z()
+       return -13 = -13;
+end;
+
+method override()
+       return 0x55555;
+end;