We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Scala 2.12 and Macro Paradise 2.1.0, the following snippet:
package hmmm final class anyAnnot extends scala.annotation.StaticAnnotation object Hmmm { @anyAnnot class X val X = 123 class Y val Y = 123 }
results in this compilation error:
[error] X is already defined as (compiler-generated) case class companion object X [error] val X = 123 [error] ^
This issue originally raised as scala-js/scala-js#2806.
The text was updated successfully, but these errors were encountered:
Merge pull request scalamacros#101 from xeno-by/master
1e0cd75
convert annotations and annotated (supersedes scalamacros#93)
No branches or pull requests
With Scala 2.12 and Macro Paradise 2.1.0, the following snippet:
results in this compilation error:
This issue originally raised as scala-js/scala-js#2806.
The text was updated successfully, but these errors were encountered: