Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CastToNullableType: allow casting null keyword #4907

Merged
merged 1 commit into from Jun 4, 2022
Merged

CastToNullableType: allow casting null keyword #4907

merged 1 commit into from Jun 4, 2022

Commits on Jun 4, 2022

  1. CastToNullableType: allow casting null keyword

    Fix a false positive for CastToNullableType for casting a literal `null` to a nullable type. This can be necessary when providing null as a function argument where the incoming type is parameterized. In this case using e.g. `null as? String` is less meaningful and generates a compiler warning that the cast cannot succeed.
    dzirbel committed Jun 4, 2022
    Copy the full SHA
    7f51415 View commit details
    Browse the repository at this point in the history