DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / neg / t5564.scala
123456789
trait C class Foo[@specialized(Int) T, A] { def bar[B >: A <: C]: T = throw new Exception }