-
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
MatchError in Quotes.TreeMap for local class definition with type parameter #19480
Labels
Milestone
Comments
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 19, 2024
Also see `TypeBoundsTreeTypeTest` in `QuotesImpl` and `Quotes` spec ``` * +- TypeTree ----+- Inferred * | +- ... * | ... * +- TypeBoundsTree ``` Fixes scala#19480
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 19, 2024
Also see `TypeBoundsTreeTypeTest` in `QuotesImpl` and `Quotes` spec ``` * +- TypeTree ----+- Inferred * | +- ... * | ... * +- TypeBoundsTree ``` Fixes scala#19480
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 19, 2024
Also see `TypeBoundsTreeTypeTest` in `QuotesImpl` and `Quotes` spec ``` * +- TypeTree ----+- Inferred * | +- ... * | ... * +- TypeBoundsTree ``` Fixes scala#19480
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 4, 2024
Also see `TypeBoundsTreeTypeTest` in `QuotesImpl` and `Quotes` spec ``` * +- TypeTree ----+- Inferred * | +- ... * | ... * +- TypeBoundsTree ``` Fixes scala#19480
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 6, 2024
Also see `TypeBoundsTreeTypeTest` in `QuotesImpl` and `Quotes` spec ``` * +- TypeTree ----+- Inferred * | +- ... * | ... * +- TypeBoundsTree ``` Fixes scala#19480
nicolasstucki
added a commit
that referenced
this issue
Mar 11, 2024
Also see `TypeBoundsTreeTypeTest` in `QuotesImpl` and `Quotes` spec ``` * +- TypeTree ----+- Inferred * | +- ... * | ... * +- TypeBoundsTree ``` Fixes #19480
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Compiler version
3.3.1
Minimized code
Output
Upon invocation of
whatever
, this happens:Expectation
No error
The text was updated successfully, but these errors were encountered: