summaryrefslogblamecommitdiff
path: root/test/pending/neg/t0653.scala
blob: 156aa2d7013261fe9d0afd5227740cc5472d3d5b (plain) (tree)
1
2
3
4
5
6





                                 
class InL[A, B]
class Fix[Op[A]](x : Op[Fix[Op]])

class FixTest {
   val zero = new Fix(new InL)
}