aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/hkrange.scala
blob: a6803230eda3c8f47b858579606a1d57fdbf1ae0 (plain) (tree)
1
2
3
4
5




                                                 
class A {
  def f[CC[X] <: Traversable[X]](x: CC[Int]) = ()

  f(1 to 5)
}