mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:30:46 +00:00
Issue #182 AS3 missing namespace import
This commit is contained in:
@@ -128,6 +128,9 @@ public class TraitClass extends Trait implements TraitWithSlot {
|
||||
if (!uses.contains(usname)) {
|
||||
uses.add(usname);
|
||||
}
|
||||
if (!pkg.equals(ignorePackage)) {
|
||||
imports.add(newimport);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user