mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 12:08:46 +00:00
More metadata test data
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -5,6 +5,9 @@ package tests
|
||||
{
|
||||
[MyVarTag(var1 = "var 1", var2 = "var 2")]
|
||||
public var v:int = 5;
|
||||
|
||||
[MyConstTag]
|
||||
public const C:int = 10;
|
||||
|
||||
[MySingleTag("tag")]
|
||||
public function run(): void
|
||||
|
||||
Reference in New Issue
Block a user