mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 07:31:52 +00:00
Multiple use namespace fix.
This commit is contained in:
@@ -2665,6 +2665,7 @@ public class ActionScript3Parser {
|
||||
fullName = fullName.add(s.value.toString(), "");
|
||||
s = lex();
|
||||
}
|
||||
lexer.pushback(s);
|
||||
} else {
|
||||
if (!abc.hasDecimalSupport()) {
|
||||
throw new AVM2ParseException("Invalid use kind", lexer.yyline());
|
||||
|
||||
Reference in New Issue
Block a user