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