summaryrefslogblamecommitdiff
path: root/test/files/neg/not-possible-cause.scala
blob: 83ec24dec8630fdc7eccaa9e7c59e62aa5c731c2 (plain) (tree)
1
2
3


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