mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 05:38:30 +00:00
Fixed AS1/2 new keyword on empty method name
This commit is contained in:
@@ -68,9 +68,7 @@ public class NewMethodActionItem extends ActionItem {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!blankMethod) {
|
||||
writer.append("new ");
|
||||
}
|
||||
writer.append("new ");
|
||||
scriptObject.toString(writer, localData);
|
||||
if (!blankMethod) {
|
||||
if (methodName instanceof DirectValueActionItem) {
|
||||
|
||||
Reference in New Issue
Block a user