aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-08-24 17:23:32 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-10-06 17:08:00 +0200
commit30d8135430614573549974e9a6013e324b3d6f8a (patch)
tree1cd915ba461a14b817eb4b019e0fd12628dea831 /src/dotty/tools/dotc/core/Contexts.scala
parent77dc769899a37b8f414befa6468d62413b1655fc (diff)
downloaddotty-30d8135430614573549974e9a6013e324b3d6f8a.tar.gz
dotty-30d8135430614573549974e9a6013e324b3d6f8a.tar.bz2
dotty-30d8135430614573549974e9a6013e324b3d6f8a.zip
Add `Comments` object instead of `Scanners.Comment` case class
Diffstat (limited to 'src/dotty/tools/dotc/core/Contexts.scala')
-rw-r--r--src/dotty/tools/dotc/core/Contexts.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala
index 313ea3124..429b95c1e 100644
--- a/src/dotty/tools/dotc/core/Contexts.scala
+++ b/src/dotty/tools/dotc/core/Contexts.scala
@@ -13,6 +13,7 @@ import Scopes._
import NameOps._
import Uniques._
import SymDenotations._
+import Comments._
import Flags.ParamAccessor
import util.Positions._
import ast.Trees._
@@ -29,7 +30,6 @@ import printing._
import config.{Settings, ScalaSettings, Platform, JavaPlatform, SJSPlatform}
import language.implicitConversions
import DenotTransformers.DenotTransformer
-import parsing.Scanners.Comment
import util.Property.Key
import xsbti.AnalysisCallback