From 965a62d4a165da7e5a53c9afdba3175e10fe714b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 22 May 2013 18:56:31 +0200 Subject: Made tpd/untpd toplevel objects. Moved all other elements of TypedTrees and UntypedTrees into tpd and untpd. --- src/dotty/tools/dotc/ast/TreeInfo.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/ast/TreeInfo.scala') diff --git a/src/dotty/tools/dotc/ast/TreeInfo.scala b/src/dotty/tools/dotc/ast/TreeInfo.scala index eeab6ceb0..75e82ecca 100644 --- a/src/dotty/tools/dotc/ast/TreeInfo.scala +++ b/src/dotty/tools/dotc/ast/TreeInfo.scala @@ -3,7 +3,7 @@ package dotc package ast import core._ -import Flags._, Trees._, UntypedTrees._, TypedTrees._, Types._, Contexts._ +import Flags._, Trees._, Types._, Contexts._ import Names._, StdNames._, NameOps._, Decorators._, Symbols._ import util.HashSet -- cgit v1.2.3