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