summaryrefslogtreecommitdiff
path: root/test/files/neg/t9849.check
blob: 7b471508464895c80c1e51f83821a015058940bb (plain) (blame)
1
2
3
4
5
6
7
t9849.scala:14: error: method h in object O cannot be accessed in object p.O
  O.h()
    ^
t9849.scala:15: error: method h$default$1 in object O cannot be accessed in object p.O
  O.h$default$1
    ^
two errors found