<classResult _class='hudson.tasks.junit.ClassResult'><child><age>1</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.015</duration><errorDetails>org.testng.TestException: 
Expected exception of type class de.peeeq.wurstio.jassinterpreter.DebugPrintError but got at [NPE, line 8]:
Null pointer dereference
Stack trace:
at : NPE, line 8
... when calling init_test() in NPE:1
... when calling main() in &lt;source of NoExpr not found&gt;:1
</errorDetails><errorStackTrace>org.testng.TestException: 
Expected exception of type class de.peeeq.wurstio.jassinterpreter.DebugPrintError but got at [NPE, line 8]:
Null pointer dereference
Stack trace:
at : NPE, line 8
... when calling init_test() in NPE:1
... when calling main() in &lt;source of NoExpr not found&gt;:1

	at org.testng.internal.ExpectedExceptionsHolder.wrongException(ExpectedExceptionsHolder.java:68)
	at org.testng.internal.Invoker.considerExceptions(Invoker.java:1120)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:603)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:707)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:979)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1183)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1116)
	at org.testng.TestNG.runSuites(TestNG.java:1028)
	at org.testng.TestNG.run(TestNG.java:996)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:133)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:83)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
	at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
	at com.sun.proxy.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:120)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: at [NPE, line 8]:
Null pointer dereference
Stack trace:
at : NPE, line 8
... when calling init_test() in NPE:1
... when calling main() in &lt;source of NoExpr not found&gt;:1

	at de.peeeq.wurstscript.intermediatelang.interpreter.ProgramState.assertAllocated(ProgramState.java:102)
	at de.peeeq.wurstscript.intermediatelang.interpreter.EvaluateExpr.eval(EvaluateExpr.java:159)
	at de.peeeq.wurstscript.jassIm.ImMethodCallImpl.evaluate(ImMethodCallImpl.java:270)
	at de.peeeq.wurstscript.intermediatelang.interpreter.EvaluateExpr.eval(EvaluateExpr.java:57)
	at de.peeeq.wurstscript.jassIm.ImOperatorCallImpl.evaluate(ImOperatorCallImpl.java:227)
	at de.peeeq.wurstscript.intermediatelang.interpreter.RunStatement.run(RunStatement.java:26)
	at de.peeeq.wurstscript.jassIm.ImIfImpl.runStatement(ImIfImpl.java:198)
	at de.peeeq.wurstscript.intermediatelang.interpreter.RunStatement.run(RunStatement.java:151)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.runStatements(ImStmtsImpl.java:84)
	at de.peeeq.wurstscript.intermediatelang.interpreter.ILInterpreter.runFunc(ILInterpreter.java:90)
	at de.peeeq.wurstscript.intermediatelang.interpreter.EvaluateExpr.evaluateFunc(EvaluateExpr.java:41)
	at de.peeeq.wurstscript.intermediatelang.interpreter.EvaluateExpr.eval(EvaluateExpr.java:32)
	at de.peeeq.wurstscript.jassIm.ImFunctionCallImpl.evaluate(ImFunctionCallImpl.java:264)
	at de.peeeq.wurstscript.intermediatelang.interpreter.RunStatement.run(RunStatement.java:15)
	at de.peeeq.wurstscript.jassIm.ImFunctionCallImpl.runStatement(ImFunctionCallImpl.java:260)
	at de.peeeq.wurstscript.intermediatelang.interpreter.RunStatement.run(RunStatement.java:151)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.runStatements(ImStmtsImpl.java:84)
	at de.peeeq.wurstscript.intermediatelang.interpreter.ILInterpreter.runFunc(ILInterpreter.java:90)
	at de.peeeq.wurstscript.intermediatelang.interpreter.ILInterpreter.executeFunction(ILInterpreter.java:183)
	at tests.wurstscript.tests.WurstScriptTest.executeImProg(WurstScriptTest.java:386)
	at tests.wurstscript.tests.WurstScriptTest.translateAndTest(WurstScriptTest.java:320)
	at tests.wurstscript.tests.WurstScriptTest.testWithoutInliningAndOptimization(WurstScriptTest.java:234)
	at tests.wurstscript.tests.WurstScriptTest.testScript(WurstScriptTest.java:192)
	at tests.wurstscript.tests.WurstScriptTest.testScript(WurstScriptTest.java:161)
	at tests.wurstscript.tests.WurstScriptTest.testAssertOk(WurstScriptTest.java:108)
	at tests.wurstscript.tests.WurstScriptTest.testAssertOkLines(WurstScriptTest.java:96)
	at tests.wurstscript.tests.ClassesTests.NPE(ClassesTests.java:546)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:571)
	... 42 more
</errorStackTrace><failedSince>668</failedSince><name>NPE</name><skipped>false</skipped><status>REGRESSION</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.475</duration><failedSince>0</failedSince><name>OverrideClass</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.576</duration><failedSince>0</failedSince><name>abstract_class</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.42</duration><failedSince>0</failedSince><name>abstract_class2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.004</duration><failedSince>0</failedSince><name>abstract_fail</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.01</duration><failedSince>0</failedSince><name>abstract_fail2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.003</duration><failedSince>0</failedSince><name>abstract_must_not_be_private</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.009</duration><failedSince>0</failedSince><name>arrayAttributeFail1</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.01</duration><failedSince>0</failedSince><name>arrayAttributeFail2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.636</duration><failedSince>0</failedSince><name>arrayAttributeTest1</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.586</duration><failedSince>0</failedSince><name>arrayAttributeTest2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.494</duration><failedSince>0</failedSince><name>big_instanceof</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.312</duration><failedSince>0</failedSince><name>cast_class</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.319</duration><failedSince>0</failedSince><name>cast_class2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.007</duration><failedSince>0</failedSince><name>cast_class_unrelated</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.361</duration><failedSince>0</failedSince><name>classes1</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.564</duration><failedSince>0</failedSince><name>classes_construct</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.006</duration><failedSince>0</failedSince><name>classes_double_defined</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.545</duration><failedSince>0</failedSince><name>classes_lifecycle</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.659</duration><failedSince>0</failedSince><name>classes_method</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.498</duration><failedSince>0</failedSince><name>classes_method_implicit</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.002</duration><failedSince>0</failedSince><name>classes_static_func</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.008</duration><failedSince>0</failedSince><name>classes_static_var</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.006</duration><failedSince>0</failedSince><name>classes_static_var2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.001</duration><failedSince>0</failedSince><name>classes_static_var_get</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.002</duration><failedSince>0</failedSince><name>classes_static_var_set</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.001</duration><failedSince>0</failedSince><name>classes_static_var_set2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.001</duration><failedSince>0</failedSince><name>code_members</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.007</duration><failedSince>0</failedSince><name>constantVars</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.011</duration><failedSince>0</failedSince><name>constant_fields</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.002</duration><failedSince>0</failedSince><name>constant_fields2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.001</duration><failedSince>0</failedSince><name>construct_super</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.458</duration><failedSince>0</failedSince><name>constructor_overloading</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.006</duration><failedSince>0</failedSince><name>constructor_private</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.328</duration><failedSince>0</failedSince><name>constructor_private_ok</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>1</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.008</duration><errorDetails>org.testng.TestException: 
Expected exception of type class de.peeeq.wurstio.jassinterpreter.DebugPrintError but got at [destroyed, line 9]:
Object already destroyed
Stack trace:
at : destroyed, line 9
... when calling init_test() in destroyed:1
... when calling main() in &lt;source of NoExpr not found&gt;:1
</errorDetails><errorStackTrace>org.testng.TestException: 
Expected exception of type class de.peeeq.wurstio.jassinterpreter.DebugPrintError but got at [destroyed, line 9]:
Object already destroyed
Stack trace:
at : destroyed, line 9
... when calling init_test() in destroyed:1
... when calling main() in &lt;source of NoExpr not found&gt;:1

	at org.testng.internal.ExpectedExceptionsHolder.wrongException(ExpectedExceptionsHolder.java:68)
	at org.testng.internal.Invoker.considerExceptions(Invoker.java:1120)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:603)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:707)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:979)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1183)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1116)
	at org.testng.TestNG.runSuites(TestNG.java:1028)
	at org.testng.TestNG.run(TestNG.java:996)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:133)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:83)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
	at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
	at com.sun.proxy.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:120)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: at [destroyed, line 9]:
Object already destroyed
Stack trace:
at : destroyed, line 9
... when calling init_test() in destroyed:1
... when calling main() in &lt;source of NoExpr not found&gt;:1

	at de.peeeq.wurstscript.intermediatelang.interpreter.ProgramState.assertAllocated(ProgramState.java:105)
	at de.peeeq.wurstscript.intermediatelang.interpreter.EvaluateExpr.eval(EvaluateExpr.java:159)
	at de.peeeq.wurstscript.jassIm.ImMethodCallImpl.evaluate(ImMethodCallImpl.java:270)
	at de.peeeq.wurstscript.intermediatelang.interpreter.EvaluateExpr.eval(EvaluateExpr.java:57)
	at de.peeeq.wurstscript.jassIm.ImOperatorCallImpl.evaluate(ImOperatorCallImpl.java:227)
	at de.peeeq.wurstscript.intermediatelang.interpreter.RunStatement.run(RunStatement.java:26)
	at de.peeeq.wurstscript.jassIm.ImIfImpl.runStatement(ImIfImpl.java:198)
	at de.peeeq.wurstscript.intermediatelang.interpreter.RunStatement.run(RunStatement.java:151)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.runStatements(ImStmtsImpl.java:84)
	at de.peeeq.wurstscript.intermediatelang.interpreter.ILInterpreter.runFunc(ILInterpreter.java:90)
	at de.peeeq.wurstscript.intermediatelang.interpreter.EvaluateExpr.evaluateFunc(EvaluateExpr.java:41)
	at de.peeeq.wurstscript.intermediatelang.interpreter.EvaluateExpr.eval(EvaluateExpr.java:32)
	at de.peeeq.wurstscript.jassIm.ImFunctionCallImpl.evaluate(ImFunctionCallImpl.java:264)
	at de.peeeq.wurstscript.intermediatelang.interpreter.RunStatement.run(RunStatement.java:15)
	at de.peeeq.wurstscript.jassIm.ImFunctionCallImpl.runStatement(ImFunctionCallImpl.java:260)
	at de.peeeq.wurstscript.intermediatelang.interpreter.RunStatement.run(RunStatement.java:151)
	at de.peeeq.wurstscript.jassIm.ImStmtsImpl.runStatements(ImStmtsImpl.java:84)
	at de.peeeq.wurstscript.intermediatelang.interpreter.ILInterpreter.runFunc(ILInterpreter.java:90)
	at de.peeeq.wurstscript.intermediatelang.interpreter.ILInterpreter.executeFunction(ILInterpreter.java:183)
	at tests.wurstscript.tests.WurstScriptTest.executeImProg(WurstScriptTest.java:386)
	at tests.wurstscript.tests.WurstScriptTest.translateAndTest(WurstScriptTest.java:320)
	at tests.wurstscript.tests.WurstScriptTest.testWithoutInliningAndOptimization(WurstScriptTest.java:234)
	at tests.wurstscript.tests.WurstScriptTest.testScript(WurstScriptTest.java:192)
	at tests.wurstscript.tests.WurstScriptTest.testScript(WurstScriptTest.java:161)
	at tests.wurstscript.tests.WurstScriptTest.testAssertOk(WurstScriptTest.java:108)
	at tests.wurstscript.tests.WurstScriptTest.testAssertOkLines(WurstScriptTest.java:96)
	at tests.wurstscript.tests.ClassesTests.destroyed(ClassesTests.java:562)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:571)
	... 42 more
</errorStackTrace><failedSince>668</failedSince><name>destroyed</name><skipped>false</skipped><status>REGRESSION</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.523</duration><failedSince>0</failedSince><name>dotdotOperator</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.004</duration><failedSince>0</failedSince><name>dotdotOperatorFail</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.001</duration><failedSince>0</failedSince><name>duplicateConstructor</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.424</duration><failedSince>0</failedSince><name>initConstant</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.007</duration><failedSince>0</failedSince><name>method_private</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.332</duration><failedSince>0</failedSince><name>ondestroy</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.005</duration><failedSince>0</failedSince><name>override</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.65</duration><failedSince>0</failedSince><name>override_valid</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.446</duration><failedSince>0</failedSince><name>override_valid2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.324</duration><failedSince>0</failedSince><name>override_valid_trans</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.572</duration><failedSince>0</failedSince><name>override_valid_trans_big</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.329</duration><failedSince>0</failedSince><name>override_valid_void</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>1</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.937</duration><errorDetails>java.lang.Error: Succeed function not called</errorDetails><errorStackTrace>java.lang.Error: Succeed function not called
	at tests.wurstscript.tests.WurstScriptTest.executeImProg(WurstScriptTest.java:390)
	at tests.wurstscript.tests.WurstScriptTest.translateAndTest(WurstScriptTest.java:320)
	at tests.wurstscript.tests.WurstScriptTest.testWithoutInliningAndOptimization(WurstScriptTest.java:234)
	at tests.wurstscript.tests.WurstScriptTest.testScript(WurstScriptTest.java:192)
	at tests.wurstscript.tests.WurstScriptTest.testScript(WurstScriptTest.java:161)
	at tests.wurstscript.tests.WurstScriptTest.testAssertOk(WurstScriptTest.java:108)
	at tests.wurstscript.tests.WurstScriptTest.testAssertOkLines(WurstScriptTest.java:96)
	at tests.wurstscript.tests.ClassesTests.recyling(ClassesTests.java:254)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:571)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:707)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:979)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1183)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1116)
	at org.testng.TestNG.runSuites(TestNG.java:1028)
	at org.testng.TestNG.run(TestNG.java:996)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:133)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:83)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
	at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
	at com.sun.proxy.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:120)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
</errorStackTrace><failedSince>668</failedSince><name>recyling</name><skipped>false</skipped><status>REGRESSION</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.568</duration><failedSince>0</failedSince><name>recyling2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>2.418</duration><failedSince>0</failedSince><name>recyling_random</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.004</duration><failedSince>0</failedSince><name>staticThisAccess</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.647</duration><failedSince>0</failedSince><name>static_field</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.369</duration><failedSince>0</failedSince><name>static_field_other_package</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.311</duration><failedSince>0</failedSince><name>static_static_array_field</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.556</duration><failedSince>0</failedSince><name>testArraySize</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.005</duration><failedSince>0</failedSince><name>testArraySize2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.592</duration><failedSince>0</failedSince><name>testInnerClass_module</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.384</duration><failedSince>0</failedSince><name>testInnerClass_module_thistype</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.02</duration><failedSince>0</failedSince><name>testInnerClass_module_thistype2</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.564</duration><failedSince>0</failedSince><name>testInnerClass_module_thistype3</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.427</duration><failedSince>0</failedSince><name>testInnerClass_static1</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.384</duration><failedSince>0</failedSince><name>testInnerClass_static_from_outside</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.587</duration><failedSince>0</failedSince><name>testNoOverride</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>2.766</duration><failedSince>0</failedSince><name>testOver9000</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><child><age>0</age><className>tests.wurstscript.tests.ClassesTests</className><duration>0.313</duration><failedSince>0</failedSince><name>thisHandling</name><skipped>false</skipped><status>PASSED</status><stderr>ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

ExprMemberMethodDot(, ExprVarAccess(, Identifier(, a)), Identifier(, foo), TypeExprList(), Arguments())

</stderr><stdout></stdout></child><failCount>3</failCount><name>ClassesTests</name><passCount>63</passCount><skipCount>0</skipCount></classResult>