mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:00:43 +00:00
Fixed #1938 AS3 - coercion call type
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ public class GetPropertyIns extends InstructionDefinition {
|
||||
GraphTargetItem ti = AbcIndexing.multinameToType(multiname.multinameIndex, localData.abc.constants);//new TypeItem(localData.abc.constants.getMultiname(multiname.multinameIndex).getNameWithNamespace(localData.abc.constants, true));
|
||||
if (localData.abcIndex.findClass(ti, localData.abc, localData.scriptIndex) != null) {
|
||||
type.setVal(ti);
|
||||
callType.setVal(TypeItem.UNBOUNDED);
|
||||
callType.setVal(ti); //coercion i = int(xx);
|
||||
isStatic.setVal(true);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user