pretty-fail.hxml.stderr 272 B

12345678910
  1. [ERROR] Main.hx:11: characters 11-14
  2. 11 | @:native("z") override public function a() {}
  3. | ^^^
  4. | Field a has different @:native value than in superclass
  5. 6 | public function a() {}
  6. | ^
  7. | Base field is defined here