Fixed AS3 Metadata single value (null item key)

This commit is contained in:
Jindra Petřík
2023-02-28 22:03:40 +01:00
parent e17c8c202e
commit cf96418d83
6 changed files with 20 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ package tests
[MyVarTag(var1 = "var 1", var2 = "var 2")]
public var v:int = 5;
[MySingleTag("tag")]
public function run(): void
{
trace("hello");