Fixed #1936 AS3 - Parentheses around function definition call

This commit is contained in:
Jindra Petřík
2023-01-22 22:15:04 +01:00
parent 376888af0d
commit c5d1790c25
10 changed files with 80 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ package tests
{
public function run():*
{
trace("hello");
trace("hello");
}
}
}