summaryrefslogtreecommitdiff
path: root/test/neg/bug38.check
blob: 1f77aa855719778cd5817184e8305f7be08b8efd (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: constructor Element
      val foo = new Element { def getName = "hallo"; def getChildren = Nil; def getAttribs = new HashMap[String,String] };
                    ^
two errors found