mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 01:06:25 +00:00
Fixed #1937 AS3 - declarations vs null
This commit is contained in:
@@ -1789,7 +1789,8 @@ public class AVM2Code implements Cloneable {
|
||||
|
||||
boolean isNull = false;
|
||||
if (vtype.equals(new TypeItem(DottedChain.NULL))) {
|
||||
vtype = TypeItem.UNBOUNDED;
|
||||
vtype = TypeItem.UNBOUNDED;
|
||||
isNull = true;
|
||||
}
|
||||
|
||||
if (declaredRegisters[reg] == null) {
|
||||
|
||||
Reference in New Issue
Block a user