- Fixed error message

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@2488 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
paltherr 2004-01-26 15:09:08 +00:00
parent 3392957759
commit 5555037e3c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cyclic.scala:3: illegal cyclic reference involving type T
cyclic.scala:3: illegal cyclic reference involving constructor T
type T = List[T];
^
one error found