RootModWithStatic.hx 157 B

12345
  1. class RootModWithStatic {
  2. public static function TheStatic() return "RootModWithStatic.TheStatic function";
  3. }
  4. @:build(Macro.build()) class TheStatic {}