pretty-fast-fail.hxml.stderr 510 B

1234567891011121314151617181920
  1. [ERROR] Main.hx:8: characters 9-18
  2. 8 | C.f("hi");
  3. | ^^^^^^^^^
  4. | Could not find a suitable overload, reasons follow
  5. | Overload resolution failed for () -> Void
  6. 8 | C.f("hi");
  7. | ^^^^
  8. | Too many arguments
  9. | Overload resolution failed for (t : f.T) -> Void
  10. 8 | C.f("hi");
  11. | ^^^^
  12. | Constraint check failure for f.T
  13. | String should be Int
  14. | For function argument 't'