compile-fail.hxml.stderr 447 B

12345
  1. Main.hx:4: characters 13-58 : Another overloaded field of similar signature was already declared : conflict
  2. Main.hx:4: characters 13-58 : ... The signatures are different in Haxe, but not in the target language
  3. Main.hx:5: characters 13-59 : ... The second field is declared here
  4. Main.hx:7: characters 13-54 : Another overloaded field of same signature was already declared : same
  5. Main.hx:8: characters 13-54 : ... The second field is declared here