FlexibleNullability
EnhancedNullability
- Add utilities to add new attribute to ConeAttributes - Get rid of FlexibleNullability attribute (it can be easily inferred for any flexible type at any moment) - Fix determining of EnhancedNullability attribute
Before this commit, nullable argument could match not null parameter. Now we require also correct nullability that breaks some cases