aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/not-possible-cause.scala
blob: 6c500b7b8511553e5cdae790a8b98df80ddd76c8 (plain) (tree)
1
2
3


                                                         
object Foo {
  def foo[A <: Product](a: A): Unit = { type X = a.type }
}