Skip to content

Commit b7520aa

Browse files
committed
Another test for pending
1 parent a6de861 commit b7520aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pending/neg/i7749.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
trait A {
2+
def foo = 4
3+
}
4+
object B extends A {
5+
private[this] def foo = 0
6+
}

0 commit comments

Comments
 (0)