mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 05:24:52 +00:00
fixed tests
This commit is contained in:
@@ -1746,6 +1746,8 @@ public class AVM2Code implements Cloneable {
|
||||
vtype = ((GetSlotAVM2Item) assignment).slotType;
|
||||
} else if ((assignment.value instanceof SimpleValue) && ((SimpleValue) assignment.value).isSimpleValue()) {
|
||||
vtype = assignment.value.returnType();
|
||||
} else if (assignment.value instanceof GetLexAVM2Item) {
|
||||
vtype = assignment.value.returnType();
|
||||
}
|
||||
|
||||
boolean isNull = false;
|
||||
|
||||
Reference in New Issue
Block a user