mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 20:36:31 +00:00
17 lines
287 B
ActionScript
17 lines
287 B
ActionScript
package mypkg
|
|
{
|
|
import flash.display.Sprite;
|
|
|
|
public class MySprite extends Sprite
|
|
{
|
|
|
|
public function test(): void
|
|
{
|
|
|
|
var a:* = 70000m;
|
|
}
|
|
|
|
}
|
|
|
|
}
|