summaryrefslogtreecommitdiff
path: root/test/neg/bug38.check
blob: 27c2e52586bc2bd25a900f877777dfe3ac6494f3 (plain) (blame)
1
2
3
4
5
6
7
bug38.scala:3: * is not a member of scala.xml of type scala.xml.type
  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