summaryrefslogblamecommitdiff
path: root/test/files/pos/t9326a.scala
blob: aefc7355857fad889ef89b60631a5ac7d7a1232f (plain) (tree)
1
2
3
4
5
6





                                               
package p

trait M[A]

class C extends M[Tuple1[X] forSome { type X }]