aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/i1803.scala
blob: 19bf219187f463ee58661427bd13848dc90b6a4a (plain) (tree)
1
2
3
4
5
6
7






                        
class C[T]

object Test {
  def f(x: C[Int]) = ???

  f(new C {})
}