From 459d78dccc40c94dd7da8b5b29762a494595778b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 11 Feb 2014 14:42:45 +0100 Subject: New scheme for attachments. Added general way to put attachments on some base type (which needs to inherit from Attachment.Container). Used it to turn typedTree map into an attachment. Also, moved DotClass to dotc.util. --- src/dotty/tools/dotc/Driver.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/Driver.scala') diff --git a/src/dotty/tools/dotc/Driver.scala b/src/dotty/tools/dotc/Driver.scala index fd2b776f8..892e4cf7d 100644 --- a/src/dotty/tools/dotc/Driver.scala +++ b/src/dotty/tools/dotc/Driver.scala @@ -2,7 +2,7 @@ package dotty.tools.dotc import config.CompilerCommand import core.Contexts.{Context, ContextBase} -import core.DotClass +import util.DotClass import reporting._ abstract class Driver extends DotClass { -- cgit v1.2.3