mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:40:46 +00:00
Fixed: AS3 - escaping start import
This commit is contained in:
@@ -262,7 +262,11 @@ public abstract class Trait implements Cloneable, Serializable {
|
||||
writer.appendNoHilight(imp.getWithoutLast().toPrintableString(true));
|
||||
writer.appendNoHilight(".");
|
||||
}
|
||||
writer.hilightSpecial(IdentifiersDeobfuscation.printIdentifier(true, imp.getLast()), HighlightSpecialType.TYPE_NAME, imp.toRawString());
|
||||
if ("*".equals(imp.getLast())){
|
||||
writer.appendNoHilight("*");
|
||||
}else{
|
||||
writer.hilightSpecial(IdentifiersDeobfuscation.printIdentifier(true, imp.getLast()), HighlightSpecialType.TYPE_NAME, imp.toRawString());
|
||||
}
|
||||
writer.appendNoHilight(";").newLine();
|
||||
hasImport = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user