mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 03:48:26 +00:00
Fixed: AS3 property resolving for KIND_NAMESPACE (like builtin for Strings, etc.)
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -128,6 +128,7 @@ package
|
||||
TestPrecedenceX;
|
||||
TestProperty;
|
||||
TestRegExp;
|
||||
TestResolvingBuildIn;
|
||||
TestRest;
|
||||
TestSlots;
|
||||
TestSlots2;
|
||||
|
||||
11
libsrc/ffdec_lib/testdata/as3_new/src/tests/TestResolvingBuildIn.as
vendored
Normal file
11
libsrc/ffdec_lib/testdata/as3_new/src/tests/TestResolvingBuildIn.as
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package tests
|
||||
{
|
||||
|
||||
public class TestResolvingBuildIn
|
||||
{
|
||||
public function run():void
|
||||
{
|
||||
var i:int = "Hello world".indexOf("world");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user