We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
scala> val a = '[Int] val a: scala.quoted.Type[Int] = Type(Int) scala> '[Int] 1 |'[Int] |^ |Illegal start of statement
The text was updated successfully, but these errors were encountered:
Same happens for
object Foo { val q = '[String] '[String] // error }
Sorry, something went wrong.
5ce03a6
Merge pull request #5815 from dotty-staging/fix-#4539
f9dde9a
Fix #4539: Add missing `'[` in canStartExpressionTokens
nicolasstucki
No branches or pull requests
The text was updated successfully, but these errors were encountered: