-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Literal types don't work with quotes #7046
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
Labels
Comments
It is probably the transformation to applied liftables that does not do what it should. |
Nope, same output: Trace
|
Right. We widen the type in that case as well. |
anatoliykmetyuk
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 16, 2019
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 19, 2019
liufengyun
added a commit
that referenced
this issue
Aug 19, 2019
Fix #7046: Support lifting for literal constant types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce this one, you'll need to compile with
-Ycheck:all
flag.Stack trace
The text was updated successfully, but these errors were encountered: