mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:50:45 +00:00
Better decimal support (For ABCs with minor version 17)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package mypkg
|
||||
{
|
||||
import flash.display.Sprite;
|
||||
|
||||
public class MySprite extends Sprite
|
||||
{
|
||||
|
||||
public function test(): void
|
||||
{
|
||||
|
||||
var a:* = 70000m;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user