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/core/Annotations.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/Annotations.scala') diff --git a/src/dotty/tools/dotc/core/Annotations.scala b/src/dotty/tools/dotc/core/Annotations.scala index 07ed37f06..bef8499b0 100644 --- a/src/dotty/tools/dotc/core/Annotations.scala +++ b/src/dotty/tools/dotc/core/Annotations.scala @@ -1,7 +1,7 @@ package dotty.tools.dotc package core -import Symbols._, Types._, util.Positions._, Contexts._, Constants._, ast.TypedTrees.tpd._ +import Symbols._, Types._, util.Positions._, Contexts._, Constants._, ast.tpd._ object Annotations { -- cgit v1.2.3