compile-foo-fail.hxml.stderr 346 B

12345
  1. MainFoo.hx:6: characters 18-21 : Field foo has different type than in Foo
  2. MainFoo.hx:2: characters 11-14 : ... Interface field is defined here
  3. MainFoo.hx:6: characters 18-21 : ... error: Null<Unknown<0>> should be foo.T
  4. MainFoo.hx:6: characters 18-21 : ... have: (...) -> Null<Unknown<0>>
  5. MainFoo.hx:6: characters 18-21 : ... want: (...) -> foo.T