*** 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:
parent
050d579735
commit
f3c83a8a10
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,7 @@
|
|||
bug236.scala:4: constructor A of type ()A cannot be applied to (scala.Int)
|
||||
class B extends A(1) {
|
||||
^
|
||||
one error found
|
||||
bug38.scala:3: * is not a member of scala.xml
|
||||
import scala.xml.* ; // does not work
|
||||
^
|
||||
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
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
bug236.scala:4: constructor A of type ()A cannot be applied to (scala.Int)
|
||||
class B extends A(1) {
|
||||
^
|
||||
one error found
|
||||
bug38.scala:3: * is not a member of scala.xml
|
||||
import scala.xml.* ; // does not work
|
||||
^
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue