mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 06:05:32 +00:00
AS3 direct editation - subpackage fix
This commit is contained in:
@@ -2024,6 +2024,7 @@ public class ActionScriptParser {
|
||||
s = lex();
|
||||
expected(s, lexer.yyline(), SymbolType.IDENTIFIER);
|
||||
name += "." + s.value.toString();
|
||||
s = lex();
|
||||
}
|
||||
List<GraphTargetItem> items = new ArrayList<>();
|
||||
List<Integer> openedNamespaces = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user