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