We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e82581 commit 6edfe83Copy full SHA for 6edfe83
tests/neg/export-leaks.scala
@@ -11,4 +11,5 @@ object Signature {
11
object O2 {
12
private[Signature] val foo: T = ???
13
}
14
- export O2._ // error: non-private method foo refers to private type T
+ export O2._ // error: non-private method foo refers to private type T
15
+}
0 commit comments