diff --git a/tests/5/class.zwei b/tests/5/class.zwei new file mode 100644 index 0000000..02affce --- /dev/null +++ b/tests/5/class.zwei @@ -0,0 +1,14 @@ +//#isut + +class Test { + Int a() { + //#33 + printInt(33); + return 22 + } +} +{ + Int a = (new Test()).a(); + //#22 + printInt (a); +} \ No newline at end of file