mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 20:58:07 +00:00
Fixed #1888 Resolve properties on script traits
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,7 @@
|
||||
package tests
|
||||
{
|
||||
import tests_classes.TestConvertParent;
|
||||
import flash.utils.getTimer;
|
||||
|
||||
public class TestConvert extends TestConvertParent
|
||||
{
|
||||
@@ -50,6 +51,8 @@ package tests
|
||||
|
||||
i = int(prot);
|
||||
s = prot;
|
||||
|
||||
s = String(getTimer());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user