Menu
← Back to all error identifiers
Error Identifiers: nullsafe.*
There are 3 error identifiers in the nullsafe.* group:
-
nullsafe.assign non-ignorableNullsafe operator cannot be on the left side of an assignment.
-
nullsafe.byRef non-ignorableNullsafe operator cannot be used in a context that requires a reference.
-
Nullsafe operator is used on a value that can never be null.