From ca8dc7ada663e44aafe470944dd17256dbde151c Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 17 Apr 2013 09:48:22 +0200 Subject: Scanners added. Moving Positions, Chars to new packages. Added Source positions. Added untyped trees module. Factored out behavior between typed and untyped trees. --- src/dotty/tools/dotc/core/pickling/ClassfileParser.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/pickling/ClassfileParser.scala') diff --git a/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala b/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala index 4ba4842e1..02ee9d9cc 100644 --- a/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala +++ b/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala @@ -4,7 +4,7 @@ package core package pickling import Contexts._, Symbols._, Types._, Names._, StdNames._, NameOps._, Scopes._, Decorators._ -import SymDenotations._, UnPickler._, Constants._, Annotations._, Positions._ +import SymDenotations._, UnPickler._, Constants._, Annotations._, util.Positions._ import TypedTrees.tpd._ import java.io.{ File, IOException } import java.lang.Integer.toHexString -- cgit v1.2.3