summaryrefslogtreecommitdiff
path: root/test/files/neg/bug38.check
blob: 8f053cfaa889b62e1b6c809a8a1fef5bcacbaab2 (plain) (blame)
1
2
3
4
5
6
7
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