-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Possibly incorrect check for lower bounds #15678
Labels
Comments
This simpler example exhibits the same symptoms: def foo[S, T, Tail <: Tuple](s: S *: Tail, t: T): T *: Tail = t *: s.tail
|
Thanks for narrowing it down! I guess that's then as specified. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community build regression for https://github.com/johnhungerford/generic-schema (maintainer @johnhungerford)
Based on Open Community Build #2564
Part of #15647 regressions tracker
Compiler version
Works in 3.1.2
Fails in 3.1.3
Fails in 3.2.1-RC1-bin-20220712-7e20b81-NIGHTLY
Probably further minimization might be helpfull
Minimized code
Output
Expectation
Should compile
The text was updated successfully, but these errors were encountered: