*** empty log message ***

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@2071 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
odersky 2003-12-01 14:08:56 +00:00
parent 050d579735
commit f3c83a8a10
3 changed files with 1707 additions and 589 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,7 @@
bug236.scala:4: constructor A of type ()A cannot be applied to (scala.Int) bug38.scala:3: * is not a member of scala.xml
class B extends A(1) { import scala.xml.* ; // does not work
^ ^
one error found bug38.scala:7: not found: type Element
val foo = new Element { def getName = "hallo"; def getChildren = Nil; def getAttribs = new HashMap[String,String] };
^
two errors found

View File

@ -1,4 +1,7 @@
bug236.scala:4: constructor A of type ()A cannot be applied to (scala.Int) bug38.scala:3: * is not a member of scala.xml
class B extends A(1) { import scala.xml.* ; // does not work
^ ^
one error found bug38.scala:7: not found: type Element
val foo = new Element { def getName = "hallo"; def getChildren = Nil; def getAttribs = new HashMap[String,String] };
^
two errors found