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

Remove an outdated test #16361

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Remove an outdated test #16361

merged 1 commit into from
Nov 18, 2022

Conversation

jchyb
Copy link
Contributor

@jchyb jchyb commented Nov 17, 2022

Should fix CI.
PR #16257 introduced a test for handling bindings in type annotations inside match cases. Simultaneously, #16150 disallowed the same syntax.
Because of that the test should no longer be necessary, as it only pertains to the removed feature.

PR scala#16257 introduced a test for bindings in type annotations.
Simultanously, scala#16150 disallowed the syntax that allowed the test to
parse and compile.
The test should be no longer needed.
@dwijnand
Copy link
Member

My bad, should have rebuilt. Thank you.

@dwijnand
Copy link
Member

Need to fix some other test cases.

@nicolasstucki
Copy link
Contributor

I will merge this PR without passing all tests because it brings us one step closer to fix #16367

@nicolasstucki nicolasstucki merged commit a1729b0 into scala:main Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants