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