compile-fail.hxml.stderr 481 B

12345678
  1. Fail.hx:7: characters 8-12 : error: Void should be haxe.NotVoid
  2. Fail.hx:7: characters 8-12 : ... have: (...) -> Void
  3. Fail.hx:7: characters 8-12 : ... want: (...) -> haxe.NotVoid
  4. Fail.hx:7: characters 8-12 : ... For function argument 'f'
  5. Fail.hx:8: characters 8-16 : error: FakeVoid should be haxe.NotVoid
  6. Fail.hx:8: characters 8-16 : ... have: (...) -> FakeVoid
  7. Fail.hx:8: characters 8-16 : ... want: (...) -> haxe.NotVoid
  8. Fail.hx:8: characters 8-16 : ... For function argument 'f'