summaryrefslogtreecommitdiff
path: root/test/files/pos/null.scala
blob: 1c68e29f01f83e3b7a1505a5dcc87721fff885ab (plain) (blame)
1
2
3
object M {
  val x: Boolean = null == null;
}