summaryrefslogtreecommitdiff
path: root/test/files/neg/cyclic.check
blob: 7deceda7ed5f56b48591b1ddb2a562e33268e82a (plain) (blame)
1
2
3
4
cyclic.scala:3: illegal cyclic reference involving constructor T
  type T = List[T];
                ^
one error found