mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 12:08:46 +00:00
13 lines
160 B
ActionScript
13 lines
160 B
ActionScript
package tests
|
|
{
|
|
|
|
public class TestNumberCall
|
|
{
|
|
public function run():*
|
|
{
|
|
var a:String = (5).toString();
|
|
var b:String = 5.2.toString();
|
|
}
|
|
}
|
|
}
|