2
0

compile-fail.hxml.stderr 272 B

12345
  1. Main.hx:5: lines 5-7 : Field test has different type than in I
  2. Main.hx:16: characters 2-32 : Interface field is defined here
  3. Main.hx:5: lines 5-7 : error: String should be Dynamic
  4. Main.hx:5: lines 5-7 : have: (Dynamic) -> ...
  5. Main.hx:5: lines 5-7 : want: (String) -> ...