compile-fail.hxml.stderr 182 B

123
  1. Main.hx:5: lines 5-7 : Field test has different type than in I
  2. Main.hx:5: lines 5-7 : s : String -> Void should be s : Dynamic -> Void
  3. Main.hx:5: lines 5-7 : String should be Dynamic