summaryrefslogtreecommitdiff
path: root/sources/scala/tools/nsc/typechecker/Typers.scala
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2005-11-14 16:58:22 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2005-11-14 16:58:22 +0000
commitd11a5ec080a8fd0890047a0f7d91b938bc7bf1b6 (patch)
treecb67756886c8568b701f509acab69d559fc833ea /sources/scala/tools/nsc/typechecker/Typers.scala
parentc3a4c7ee6edf7bb442b5beb2d1c97c76b29562d3 (diff)
downloadscala-d11a5ec080a8fd0890047a0f7d91b938bc7bf1b6.tar.gz
scala-d11a5ec080a8fd0890047a0f7d91b938bc7bf1b6.tar.bz2
scala-d11a5ec080a8fd0890047a0f7d91b938bc7bf1b6.zip
Updated NSC to use offsets instead of line/colu...
Updated NSC to use offsets instead of line/column positions.
Diffstat (limited to 'sources/scala/tools/nsc/typechecker/Typers.scala')
-rwxr-xr-xsources/scala/tools/nsc/typechecker/Typers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/tools/nsc/typechecker/Typers.scala b/sources/scala/tools/nsc/typechecker/Typers.scala
index 241cfb6264..a5ff44a106 100755
--- a/sources/scala/tools/nsc/typechecker/Typers.scala
+++ b/sources/scala/tools/nsc/typechecker/Typers.scala
@@ -8,7 +8,7 @@ package scala.tools.nsc.typechecker;
import nsc.util.ListBuffer;
import symtab.Flags._;
-import scala.tools.util.Position;
+import scala.tools.nsc.util.Position;
import collection.mutable.HashMap;
/** Methods to create symbols and to enter them into scopes. */