summaryrefslogtreecommitdiff
path: root/test/files/pos/t7364b/UseIt_2.scala
blob: 06b50f67665cd48c64b706bae8c562e54acb4ee9 (plain) (blame)
1
2
3
4
5
class UseIt {
  val list = new BadList_1
  list.foo()
  list.set(0, list.get(0))
}