mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 17:31:59 +00:00
Fixed #1888 Resolving types on XML and XMLList
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -53,6 +53,19 @@ package tests
|
||||
s = prot;
|
||||
|
||||
s = String(getTimer());
|
||||
|
||||
|
||||
var x:XML = <list>
|
||||
<item id="1">1</item>
|
||||
<item id="2">2</item>
|
||||
<item id="3">3</item>
|
||||
</list>;
|
||||
s = x;
|
||||
trace("a");
|
||||
var xlist:XMLList = x.item;
|
||||
trace("b");
|
||||
i = int(xlist[i].@id);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user