compile1-fail.hxml.stderr 268 B

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