mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 11:37:20 +00:00
Non nullable flag
This commit is contained in:
@@ -2,7 +2,7 @@ package mypkg
|
||||
{
|
||||
use decimal, rounding CEILING, precision 10;
|
||||
|
||||
public class MyClass
|
||||
public class MyClass!
|
||||
{
|
||||
private var attr_dec:decimal;
|
||||
private var attr_int:int;
|
||||
|
||||
Reference in New Issue
Block a user