Implicit value instances of inner class defined in superclass of package object don't resolve on import #6225
Comments
|
Imported From: https://issues.scala-lang.org/browse/SI-6225?orig=1
|
|
@propensive said: |
|
@retronym said: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling the following three files together results in the compile error suggesting that val foo can't be found (presumably because it doesn't think its type is the same type as the type library.x.Foo it's looking for). Defining class Foo outside of class X allows it to be found.
This worked as desired in Scala 2.9.1.
The text was updated successfully, but these errors were encountered: