2
0

compile-fail.hxml.stderr 1.0 KB

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