From 34317c162e9d79729e57d22bb167f420e948da8f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 12 Aug 2013 16:24:43 +0200 Subject: Added main runner and driver. Left dummies for Compiler and Run. --- src/dotty/tools/dotc/typer/Typer.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dotty/tools/dotc/typer/Typer.scala') diff --git a/src/dotty/tools/dotc/typer/Typer.scala b/src/dotty/tools/dotc/typer/Typer.scala index 9bdfea871..219f8045b 100644 --- a/src/dotty/tools/dotc/typer/Typer.scala +++ b/src/dotty/tools/dotc/typer/Typer.scala @@ -70,6 +70,8 @@ class Typer extends Namer with Applications with Implicits { /** A temporary data item valid for a single typed ident: * The set of all root import symbols that have been * encountered as a qualifier of an import so far. + * Note: It would be more proper to move importedFromRoot into typedIdent. + * We should check that this has no performance degradation, however. */ private var importedFromRoot: Set[Symbol] = Set() -- cgit v1.2.3