mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 07:41:07 +00:00
AS3 - some hilight fixes
This commit is contained in:
@@ -46,7 +46,7 @@ public class ConstructSuperTreeItem extends TreeItem {
|
||||
}
|
||||
String calee = object.toString(constants) + ".";
|
||||
if (Highlighting.stripHilights(calee).equals("this.")) calee = "";
|
||||
return calee + hilight("super(") + argStr + hilight(")");
|
||||
return calee + hilight("super(") + argStr + hilight(");");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user