compile-fail.hxml.stderr 392 B

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