Fixed #1888 Resolve properties on script traits

This commit is contained in:
Jindra Petřík
2022-11-27 10:54:51 +01:00
parent 2a68570103
commit 183048bd82
21 changed files with 152 additions and 96 deletions

View File

@@ -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());
}
}
}