mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 15:10:45 +00:00
13 lines
156 B
ActionScript
13 lines
156 B
ActionScript
package tests
|
|
{
|
|
|
|
public class TestManualConvert
|
|
{
|
|
public function run():*
|
|
{
|
|
trace("String(this).length");
|
|
trace(String(this).length);
|
|
}
|
|
}
|
|
}
|