compile-fail.hxml.stderr 492 B

123456789101112131415161718192021222324
  1. [ERROR] Macro.macro.hx:11: characters 4-9
  2. 11 | throw "Ohno";
  3. | ^^^^^
  4. | Uncaught exception Ohno
  5. -> Bar.hx:1: characters 1-8
  6. 1 | @:build(Macro.build())
  7. | ^^^^^^^
  8. | Called from here
  9. -> Macro.macro.hx:7: characters 24-33
  10. 7 | case TInst(cls,_): cls.get();
  11. | ^^^^^^^^^
  12. | Called from here
  13. -> Main.hx:5: characters 1-8
  14. 5 | @:build(Macro.build())
  15. | ^^^^^^^
  16. | Called from here