Fixed: #1636 Exception on reloading (7)

This commit is contained in:
Jindra Petřík
2021-03-12 22:12:39 +01:00
parent 9ddc983a03
commit 8c988646f7
6 changed files with 57 additions and 6 deletions
@@ -122,7 +122,7 @@ public class ScriptPack extends AS3ClassTreeItem {
return packageName;
}
public Trait getPublicTrait() {
public Trait getPublicTrait() {
for (int t : traitIndices) {
Multiname name = abc.script_info.get(scriptIndex).traits.traits.get(t).getName(abc);
Namespace ns = name.getNamespace(abc.constants);