Aladdin - Scala Bugtracking
[#507] project: compiler priority: low category: bug
submitter assigned to status date submitted
Gilles Martin fixed 2005-12-13 18:11:28.0
subject Import and Packages are not compatible with Old scala
code
import org.apache.tools.ant.taskdefs.MatchingTask;
package scala.tools.nsc.ant {
  class NSC extends MatchingTask;
}
what happened
sources/scala/tools/nsc/ant/NSC.scala:3 error: type ScalaObject is not a member of scala
  class NSC extends MatchingTask;
            ^
what expected Successful compilation.
[back to overview]
Changes of this bug report
Gilles  edited on  2005-12-13 18:11:49.0
Gilles  edited on  2005-12-13 18:12:55.0
Martin  edited on  2005-12-13 19:17:26.0