mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 04:31:58 +00:00
#1057 Editing as in editor results in package name moving: fixed
This commit is contained in:
@@ -2308,7 +2308,7 @@ public class ActionScript3Parser {
|
||||
expected(s, lexer.yyline(), SymbolType.DOT);
|
||||
s = lex();
|
||||
expected(s, lexer.yyline(), SymbolGroup.IDENTIFIER);
|
||||
name.add(s.value.toString());
|
||||
name = name.add(s.value.toString());
|
||||
s = lex();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user