summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-10-11 05:58:45 +0000
committerPaul Phillips <paulp@improving.org>2010-10-11 05:58:45 +0000
commita350673750d431c4f6159c908e3aca4af43057c4 (patch)
treeb7d38fcbee86031e370d4a2a1ce173a2feedfaee /src/compiler/scala/tools/nsc/typechecker/Typers.scala
parent487e5bf895cde949c6c057e029c0bf96c6232431 (diff)
downloadscala-a350673750d431c4f6159c908e3aca4af43057c4.tar.gz
scala-a350673750d431c4f6159c908e3aca4af43057c4.tar.bz2
scala-a350673750d431c4f6159c908e3aca4af43057c4.zip
Some cleanups in the compiler source.
eliminated the import of ambiguously named classes from e.g. collection.mutable, obeyed a todo in the parser regarding dropping lbracket from statement starting tokens. No review.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Typers.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Typers.scala10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
index 3f4ff066d2..472df80df5 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
@@ -3,17 +3,17 @@
* @author Martin Odersky
*/
-//todo: rewrite or disllow new T where T is a mixin (currently: <init> not a member of T)
+// Added: Sat Oct 7 16:08:21 2006
//todo: use inherited type info also for vars and values
+
+// Added: Thu Apr 12 18:23:58 2007
//todo: disallow C#D in superclass
//todo: treat :::= correctly
package scala.tools.nsc
package typechecker
-import scala.collection.mutable.{HashMap, ListBuffer}
-import scala.util.control.ControlThrowable
-import scala.tools.nsc.interactive.RangePositions
-import scala.tools.nsc.util.{Set, SourceFile, BatchSourceFile}
+import scala.collection.mutable.{ HashMap, ListBuffer }
+import scala.tools.nsc.util.BatchSourceFile
import symtab.Flags._
import util.Statistics