From 441956b5230a8e9389cdc4a78362c842ba9731ea Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Tue, 7 Sep 2010 09:30:43 +0000 Subject: Added type alias so that Response is accessible... Added type alias so that Response is accessible via interactive.Global ... necessary for source compatibility with 2.8.0.final. Review by odersky. --- src/compiler/scala/tools/nsc/interactive/CompilerControl.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/interactive/CompilerControl.scala b/src/compiler/scala/tools/nsc/interactive/CompilerControl.scala index b00da77b46..d2706b8878 100644 --- a/src/compiler/scala/tools/nsc/interactive/CompilerControl.scala +++ b/src/compiler/scala/tools/nsc/interactive/CompilerControl.scala @@ -34,6 +34,8 @@ trait CompilerControl { self: Global => accessible: Boolean, viaImport: Tree) extends Member + type Response[T] = scala.tools.nsc.interactive.Response[T] + /** The scheduler by which client and compiler communicate * Must be initialized before starting compilerRunner */ -- cgit v1.2.3