summaryrefslogtreecommitdiff
path: root/test/files/pos/t5644/other.scala
blob: 50388fd9ec26bfaa45a6766ef1d617de6e935d02 (plain) (blame)
1
2
3
class Foo {
  List(1) exists(_ == (null: Any))
}