[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_skinner33_00.0
diff --git a/gesamt/codea_skinner33_00.0 b/gesamt/codea_skinner33_00.0
new file mode 100644 (file)
index 0000000..b8ed559
--- /dev/null
@@ -0,0 +1,11 @@
+method w()
+       return not this;
+end;
+
+method x()
+       return not (not this);
+end;
+
+method y()
+       return not (not (not this));
+end;