compile-fail.hxml.stderr 264 B

12345
  1. Main.hx:9: lines 9-11 : Field a has different type than in A
  2. Main.hx:2: characters 2-29 : Interface field is defined here
  3. Main.hx:9: lines 9-11 : error: Int should be String
  4. Main.hx:9: lines 9-11 : have: (...) -> Int
  5. Main.hx:9: lines 9-11 : want: (...) -> String