changes in check file

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@12317 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
odersky 2007-07-14 15:56:25 +00:00
parent 724e9af058
commit 4f4b048cfb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
saito.scala:10: error: class A cannot be instantiated because it does not conform to its self-type B
saito.scala:10: error: class A cannot be instantiated because it does not conform to its self-type B with A
val a: A = new A; // should not be allowed
^
one error found