mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 15:56:04 +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);
|
|
}
|
|
}
|
|
}
|