summaryrefslogtreecommitdiff
path: root/test/files/pos/t7364/UseIt.scala
blob: 384716532316c1820a494600ee217f2b0440a4ab (plain) (blame)
1
2
3
4
class UseIt {
  val list = new BadList
  list.foo()
}