- error message has changed.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@3374 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2004-07-08 08:39:53 +00:00
parent 3165f24a6c
commit e8b67c5f4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
bug236.scala:4: constructor A of type ()A cannot be applied to (scala.Int)
bug236.scala:4: wrong number of arguments for constructor A()
class B extends A(1) {
^
one error found