Skip to content
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

incorrect error message for missing annotation #7259

Closed
scabug opened this issue Mar 16, 2013 · 3 comments
Closed

incorrect error message for missing annotation #7259

scabug opened this issue Mar 16, 2013 · 3 comments

Comments

@scabug
Copy link

scabug commented Mar 16, 2013

@xxxxx // error: not found: type xxxx
class Ok

//
// This had the wrong error message in 2.9 and 2.10.
//

@annotation.xxxxx // error: not found: type scala
class WrongErrorMessage

(Edited to remove crash, which was an artifact of a branch I as testing from.)

@scabug
Copy link
Author

scabug commented Mar 16, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7259?orig=1
Reporter: @retronym
Affected Versions: 2.9.2, 2.10.0
See #3120

@scabug
Copy link
Author

scabug commented Mar 16, 2013

@retronym said:
Seems to be related to #3120 / 3ff77430d

@scabug
Copy link
Author

scabug commented Mar 16, 2013

@retronym said:
scala/scala#2269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants