From fd079d2f3335db7b54b0f78a4d884d9948a7beea Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 22 May 2013 18:02:24 +0200 Subject: More tree refactorings. 1) Getting rid of ugen in favor of untpd. 2) Eliminating some unused methods 3) Splitting out CheckTrees from TypedTrees. 4) Moving trees and related classes into separate package dotc.ast --- test/test/ParserTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test/ParserTest.scala') diff --git a/test/test/ParserTest.scala b/test/test/ParserTest.scala index ae5c3fdc4..dc2a79576 100644 --- a/test/test/ParserTest.scala +++ b/test/test/ParserTest.scala @@ -5,7 +5,7 @@ import dotty.tools.dotc.util._ import dotty.tools.dotc.core._ import dotty.tools.dotc.parsing._ import Tokens._, Parsers._ -import UntypedTrees.untpd._ +import dotty.tools.dotc.ast.UntypedTrees.untpd._ import org.junit.Test import scala.collection.mutable.ListBuffer -- cgit v1.2.3