summaryrefslogtreecommitdiff
path: root/test/files/neg/t418.scala
blob: 67007010d4e8ba67acee684fb8f6279b8c14374d (plain) (blame)
1
2
3
object Test {
  null match { case Foo12340771.Bar(x) => x }
}