aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/ImportInfo.scala
diff options
context:
space:
mode:
authorSamuel Gruetter <samuel.gruetter@epfl.ch>2014-03-26 16:12:59 +0100
committerSamuel Gruetter <samuel.gruetter@epfl.ch>2014-04-02 14:55:40 +0200
commita846ccf9efffefc55e0750921096aa323a4f4d04 (patch)
treedb5d0fdae42cb4efaa5ede0a3e7eab1375c8e3e1 /src/dotty/tools/dotc/typer/ImportInfo.scala
parent2033b5607a41b77590b8d23bf5c40c906a0b42e7 (diff)
downloaddotty-a846ccf9efffefc55e0750921096aa323a4f4d04.tar.gz
dotty-a846ccf9efffefc55e0750921096aa323a4f4d04.tar.bz2
dotty-a846ccf9efffefc55e0750921096aa323a4f4d04.zip
move InfoString from ErrorReporting to Decorators and
remove all isSensical/SuppressedMessage logic from InfoString
Diffstat (limited to 'src/dotty/tools/dotc/typer/ImportInfo.scala')
-rw-r--r--src/dotty/tools/dotc/typer/ImportInfo.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/typer/ImportInfo.scala b/src/dotty/tools/dotc/typer/ImportInfo.scala
index 8c5f0c1e6..9fbd07102 100644
--- a/src/dotty/tools/dotc/typer/ImportInfo.scala
+++ b/src/dotty/tools/dotc/typer/ImportInfo.scala
@@ -7,7 +7,7 @@ import ast.Trees._
import core._
import util.SimpleMap
import Symbols._, Names._, Denotations._, Types._, Contexts._, StdNames._, Flags._
-import typer.ErrorReporting.InfoString
+import Decorators.InfoString
object ImportInfo {
/** The import info for a root import from given symbol `sym` */