compile-fast-fail.hxml.stderr 517 B

12345678
  1. Main.hx:8: characters 9-18 : Could not find a suitable overload, reasons follow
  2. Main.hx:8: characters 9-18 : Overload resolution failed for () -> Void
  3. Main.hx:8: characters 13-17 : Too many arguments
  4. Main.hx:8: characters 9-18 : Overload resolution failed for (t : f.T) -> Void
  5. Main.hx:8: characters 13-17 : Constraint check failure for f.T
  6. Main.hx:8: characters 13-17 : ... String should be Int
  7. Main.hx:8: characters 13-17 : ... For function argument 't'
  8. Main.hx:8: characters 9-18 : End of overload failure reasons