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

Suppress "extension method will never be selected" for overrides #20164

Merged
merged 2 commits into from
Apr 11, 2024

Commits on Apr 11, 2024

  1. Restore forgotten fatal-warnings tests

    In daeee35, support for tests in the directory
    `tests/pos-special/fatal-warnings` was dropped in favor of magic `//>` comments
    in the regular `tests/pos` directory, but a few tests were forgotten in the
    original directory and were thus not run. This commit moves them to the
    appropriate directory with the correct magic comment.
    smarter committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0ee804f View commit details
    Browse the repository at this point in the history
  2. Suppress "extension method will never be selected" for overrides

    When we're overriding an existing extension method, we don't have the liberty
    of renaming the method, so we shouldn't get warnings we can't do anything
    about.
    smarter committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c7570c8 View commit details
    Browse the repository at this point in the history