modified check files

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13244 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
odersky 2007-11-13 14:38:53 +00:00
parent cc83c185c4
commit 90e74f55fc
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
t0204.scala:4: error: class type required
trait C extends B
trait C extends B
^
one error found

View File

@ -1,7 +1,7 @@
t0207.scala:3: error: type T takes type parameters
type S = (T with T)[A]
type S = (T with T)[A]
^
t0207.scala:3: error: type T takes type parameters
type S = (T with T)[A]
type S = (T with T)[A]
^
two errors found