compile-fail.hxml.stderr 313 B

123
  1. Main.hx:14: characters 3-32 : Null safety: Cannot unify { text : Null<String> } with HasAString
  2. Main.hx:17: characters 3-35 : Null safety: Cannot unify { text : Null<String> } with { text : String }
  3. Main.hx:20: characters 30-38 : Null safety: Cannot use nullable value of Null<String> as an item in Array<String>