aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t4188.scala
blob: 104473fc51b2c1f8dfe839576b3193fc7572faa7 (plain) (blame)
1
2
3
4
5
6
7
// Fails Ycheck
class A {
  object Ding
  class B {
    (null: Any) match { case _: Ding.type => () }
  }
}