diff --git a/tests/2/errorSys12.txt.zwei b/tests/2/errorSys12.txt.zwei new file mode 100755 index 0000000..aa05a1f --- /dev/null +++ b/tests/2/errorSys12.txt.zwei @@ -0,0 +1,16 @@ +//test selector +//not correct +class Temp { + + Int bla() { + "hello".first().second()().third; + + } + + Null func() { + error; + + } + +} +true \ No newline at end of file diff --git a/tests/2/sys12.txt.zwei b/tests/2/sys12.txt.zwei index 5e0e446..8b94770 100755 --- a/tests/2/sys12.txt.zwei +++ b/tests/2/sys12.txt.zwei @@ -3,12 +3,12 @@ class Temp { Int bla() { - "hello".first().second()().third; + "hello".first().second().third; } Null func() { - error + error; }