summaryrefslogtreecommitdiff
path: root/test/files/jvm/t7253/ScalaClient_1.scala
blob: d244b326a80f991944bfa5700104ffbea1a37f66 (plain) (blame)
1
2
3
4
5
6
7
8
9
class ScalaClient_1 {
  def foo() = {
    (null: A).f()
    (null: B1).f()
    (null: B2).f()
    (null: B3).f()
    (null: B4).f()
  }
}