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