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
This might be the same bug as #2109, I'm not sure:
scala> import scala.annotation.unspecialized import scala.annotation.unspecialized scala> class Foo[@unspecialized T] -- [E006] Unbound Identifier Error: <console>:4:11 ----------------------------- 4 |class Foo[@unspecialized T] | ^^^^^^^^^^^^^ | not found: type unspecialized longer explanation available when compiling with `-explain` scala> class Foo[@scala.annotation.unspecialized T] defined class Foo
The text was updated successfully, but these errors were encountered:
95b43b1
Merge pull request #3761 from dotty-staging/fix-#2462
dd02cbc
Fix #2462: Add regression test
No branches or pull requests
This might be the same bug as #2109, I'm not sure:
The text was updated successfully, but these errors were encountered: