aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-08-21 11:16:59 +0200
committerMartin Odersky <odersky@gmail.com>2013-08-21 11:16:59 +0200
commit02394593cf6ed5c092c398cdb1908ea5b0928d6a (patch)
tree6e26b7daaaae2ca12038e30340995c145c22bbd1 /src/dotty/tools/dotc/core/Contexts.scala
parentf19ea205446ec1d5e356097c56312829e31dfc13 (diff)
downloaddotty-02394593cf6ed5c092c398cdb1908ea5b0928d6a.tar.gz
dotty-02394593cf6ed5c092c398cdb1908ea5b0928d6a.tar.bz2
dotty-02394593cf6ed5c092c398cdb1908ea5b0928d6a.zip
Fixes to import handling and adaptation and implicits
Diffstat (limited to 'src/dotty/tools/dotc/core/Contexts.scala')
-rw-r--r--src/dotty/tools/dotc/core/Contexts.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala
index ed86849b9..ebfde1a62 100644
--- a/src/dotty/tools/dotc/core/Contexts.scala
+++ b/src/dotty/tools/dotc/core/Contexts.scala
@@ -255,8 +255,6 @@ object Contexts {
_condensed
}
- def implicitsEnabled: Boolean = ???
-
/** A fresh clone of this context. */
def fresh: FreshContext = {
val newctx = super.clone.asInstanceOf[FreshContext]