compile-fail.hxml.stderr 244 B

1234
  1. Main.hx:5: lines 5-7 : Field test has different type than in I
  2. Main.hx:16: characters 1-31 : Interface field is defined here
  3. Main.hx:5: lines 5-7 : s : String -> Void should be s : Dynamic -> Void
  4. Main.hx:5: lines 5-7 : String should be Dynamic