compile-fail.hxml.stderr 582 B

12345678
  1. Main.hx:14: characters 29-34 : A should be X
  2. Main.hx:14: characters 29-34 : { pos : Int, len : Int } should be X
  3. Main.hx:14: characters 29-34 : { pos : Int, len : Int } should be { ?y : Null<Int>, ?x : Null<Int> }
  4. Main.hx:14: characters 29-34 : { pos : Int, len : Int } has no field x
  5. Main.hx:14: characters 27-40 : Y should be Z
  6. Main.hx:14: characters 27-40 : { y : Int, x : Int } should be Z
  7. Main.hx:14: characters 27-40 : { y : Int, x : Int } should be { ?pos : Null<Array<String>>, ?len : Null<Array<Float>> }
  8. Main.hx:14: characters 27-40 : { y : Int, x : Int } has no field len