Macro.macro.hx 162 B

12345678
  1. function build() {
  2. // Whoops, not returning anything
  3. }
  4. function build2() {
  5. haxe.macro.Context.error("Abort", haxe.macro.Context.currentPos());
  6. return null;
  7. }