indent-fail.hxml.stderr 941 B

1234567891011121314
  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:9: characters 9-16 : Could not find a suitable overload, reasons follow
  9. Main.hx:9: characters 9-16 : Overload resolution failed for () -> Void
  10. Main.hx:9: characters 13-15 : Too many arguments
  11. Main.hx:9: characters 9-16 : Overload resolution failed for (t : f.T) -> Void
  12. Main.hx:9: characters 13-15 : Constraint check failure for f.T
  13. Main.hx:9: characters 13-15 : { } should be Int
  14. Main.hx:9: characters 13-15 : For function argument 't'