- 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:
parent
3392957759
commit
5555037e3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue