Error Identifiers: nullableType.*
← Back to all error identifiers
There are 3 error identifiers in the nullableType.* group:
-
nullableType.mixed non-ignorable
Type mixed cannot be nullable because it already includes null.
-
nullableType.never non-ignorable
Type never cannot be part of a nullable type declaration.
-
nullableType.void non-ignorable
Type void cannot be part of a nullable type declaration.