Macro.hx 95 B

123456
  1. class Macro {
  2. static function test() {
  3. static var m:Map<Int, String> = [];
  4. trace(m);
  5. }
  6. }