summaryrefslogtreecommitdiff
path: root/test/files/neg/bug283.check
blob: ca9c9f0d130a1c0749b4ed9b7613454f06f6ecbb (plain) (blame)
1
2
3
4
bug283.scala:7: illegal cyclic reference involving constructor A
  type A[t1] = P[A[t1],t1];
                 ^
one error found