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

spurious cyclic ref error with nested java class #7359

Closed
scabug opened this issue Apr 11, 2013 · 3 comments
Closed

spurious cyclic ref error with nested java class #7359

scabug opened this issue Apr 11, 2013 · 3 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Apr 11, 2013

// Cyclic.java
abstract class Cyclic {
  static interface Inner<T extends Inner> { }
}
// Test.scala
import scala.reflect.runtime.universe._

object Test extends App {
  println(typeOf[Cyclic].members)
}

running this program yields

scala.reflect.internal.Symbols$CyclicReference: illegal cyclic reference involving type T
	at scala.reflect.internal.Symbols$Symbol$$anonfun$info$3.apply(Symbols.scala:1218)
@scabug
Copy link
Author

scabug commented Apr 11, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7359?orig=1
Reporter: @adriaanm
See #6548

@scabug
Copy link
Author

scabug commented Apr 11, 2013

@retronym said:
This appears to by fixed since f274490de1 / #6548, so just a test case is needed.

@scabug
Copy link
Author

scabug commented May 15, 2013

@adriaanm said:
backport in scala/scala#2536

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