-
Notifications
You must be signed in to change notification settings - Fork 21
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
java.lang.RuntimeException: no acc def buf for package interpolation #7091
Comments
Imported From: https://issues.scala-lang.org/browse/SI-7091?orig=1 |
@retronym said: |
Tomer Gabel (holograph) said: |
@retronym said: |
@retronym said: Test case: package p1
protected[p] class C(var x: Int = 0)
protected[p] trait T {
new C()
} |
@retronym said (edited by @adriaanm on Feb 13, 2013 2:09:59 AM UTC): |
I get the error consistently when compiling my project (large project, Scala 2.10 and scala-maven-plugin 3.1.3).
I've included what I can from the log, and can possibly provide the rest of it privately if it'll help any. I can't figure anything out from the log other than the probable source file, which is not overly complicated and compiles fine under 2.9.2; as a result I can't provide a reduced repro, nor can I continue my efforts to migrate our codebase to 2.10.
I'm at a complete loss as to what could be wrong here. Any help would be appreciated...
The text was updated successfully, but these errors were encountered: