Skip to content

Commit 6edfe83

Browse files
committed
Fix test
1 parent 5e82581 commit 6edfe83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/neg/export-leaks.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ object Signature {
1111
object O2 {
1212
private[Signature] val foo: T = ???
1313
}
14-
export O2._ // error: non-private method foo refers to private type T
14+
export O2._ // error: non-private method foo refers to private type T
15+
}

0 commit comments

Comments
 (0)