Skip to content

Commit

Permalink
[tests] add test for #11193
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Aug 31, 2023
1 parent 28aae93 commit 910fe95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/misc/projects/Issue11193/Macro.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class Macro {
static function test() {
static var m:Map<Int, String> = [];
trace(m);
}
}
1 change: 1 addition & 0 deletions tests/misc/projects/Issue11193/compile.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--macro Macro.test()

0 comments on commit 910fe95

Please sign in to comment.