summaryrefslogblamecommitdiff
path: root/test/files/neg/t2801.scala
blob: d425f58b56b2eeefa592835a98557be2ec953cbd (plain) (tree)
1
2
3


                                              
object Test {
  def f[A <: AnyRef] = { val a: A = null ; a }
}