Aladdin - Scala Bugtracking
[#467] project: nsc priority: medium category: bug
submitter assigned to status date submitted
Burak Stephane fixed 2005-10-28 14:59:01.0
subject (script-bug) nsc treats concrete classes as traits
code
object foo {
    val tmp = new scala.xml.NodeBuffer();
}
what happened
when using the 5cr1p7-haX0Rs from distrib/unix/latest
te2.scala:2: traits cannot be instantiated
    val tmp = new scala.xml.NodeBuffer();
              ^
what expected ...
[back to overview]
Changes of this bug report
Burak  edited on  2005-10-30 23:10:50.0
is a script problem rather than a problem with nsc
Gilles  edited on  2005-11-01 13:00:53.0