mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 16:38:45 +00:00
Fixed #1892 AS3 - internal modifier after implicit namespace
This commit is contained in:
@@ -351,8 +351,7 @@ public abstract class Trait implements Cloneable, Serializable {
|
||||
if (identifier != null && !identifier.isEmpty()) {
|
||||
writer.appendNoHilight(identifier).appendNoHilight(" ");
|
||||
}
|
||||
}
|
||||
if (ns != null) {
|
||||
} else if (ns != null) {
|
||||
String nsPrefix = ns.getPrefix(abc);
|
||||
if (nsPrefix != null && !nsPrefix.isEmpty()) {
|
||||
writer.appendNoHilight(nsPrefix).appendNoHilight(" ");
|
||||
|
||||
Reference in New Issue
Block a user