DEBSOURCES
Skip Quicknav
sources / scala / 2.9.2%2Bdfsg-2 / test / files / pos / bug946.scala
12345678
object pmbugbounds { trait Bar class Foo[t <: Bar] {} (new Foo[Bar]) match { case _ : Foo[x] => null } }