mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 20:50:46 +00:00
AS3: super method call fix
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public class CallSuperAVM2Item extends AVM2Item {
|
||||
|
||||
@Override
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
|
||||
if (!receiver.toString().equals("this")) {
|
||||
if (!receiver.toString().equals("this") && !(receiver instanceof FindPropertyAVM2Item)) {
|
||||
receiver.toString(writer, localData);
|
||||
writer.append(".");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user