summaryrefslogtreecommitdiff
path: root/test/files/run/t8442/C_2.scala
blob: d75d4bd9106c89e54ef533b9b93f01542c2ee34a (plain) (blame)
1
2
3
4
5
class C_2 {
  def foo(b: B_1) {
    b.get()
  }
}