You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotty.tools.dotc.core.Types$MissingType: cannot resolve reference to typeB(B.this).Foo
the classfile defining the typemight be missing from the classpath
Note that even if we disallow using private types in signatures, we still have to deal with traits coming from Scala 2 where this is allowed, the following fails in exactly the same way:
fails to compile with
Full stack trace: https://gist.github.com/smarter/6a7a6d840ce0f37b1d12
Note that even if we disallow using private types in signatures, we still have to deal with traits coming from Scala 2 where this is allowed, the following fails in exactly the same way:
The text was updated successfully, but these errors were encountered: