if-null operator disables type checking #3843
Labels
request
Requests to resolve a particular developer problem
type-inference
Type inference, issues or improvements
When using if-null operator ?? in property initialization of a class properties it disables the type checking as I will be able to assign bool to int as follows
The text was updated successfully, but these errors were encountered: