summaryrefslogtreecommitdiff
path: root/test/pending/t7629-view-bounds-removal.scala
blob: a6ede1fcc3dd3541ac96b38745935378d6e7e709 (plain) (blame)
1
2
3
4
object Test {
  def f[A <% Int](a: A) = null
  def g[C, B <: C, A <% B : Numeric](a: A) = null
}