Änderungen

Summary

  1. fixed #959 - recursive method dispatch (commit: 53ff8ec) (details)
Commit 53ff8eca249d7c5d4b627cacaafd58a51bdf5197 by peter.peq
fixed #959 - recursive method dispatch
Wurst has this special rule, where recursive calls to the same method
are bound statically. The bug here was that it would also treat a call
as recursive if it was not a call on 'this'.
(commit: 53ff8ec)
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ClassesExtTests.java (diff)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ExprTranslation.java (diff)