aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/pos/null.scala
blob: 1c68e29f01f83e3b7a1505a5dcc87721fff885ab (plain) (tree)
1
2
3


                                
object M {
  val x: Boolean = null == null;
}