aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/TyperState.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-09-15 21:45:26 +0200
committerMartin Odersky <odersky@gmail.com>2016-10-02 16:12:28 +0200
commit53b165e69bb45f424184d02e76c520b67ee0c1d7 (patch)
tree2b4f6123890b520e69dc14fe297e4a89dd79eb81 /src/dotty/tools/dotc/core/TyperState.scala
parentbef012d32127e3d256d0ce31e1a2a27f7277f8d8 (diff)
downloaddotty-53b165e69bb45f424184d02e76c520b67ee0c1d7.tar.gz
dotty-53b165e69bb45f424184d02e76c520b67ee0c1d7.tar.bz2
dotty-53b165e69bb45f424184d02e76c520b67ee0c1d7.zip
Cleanups
Better comments and refactorings that move some things around so that less modules depend on Inliner.
Diffstat (limited to 'src/dotty/tools/dotc/core/TyperState.scala')
-rw-r--r--src/dotty/tools/dotc/core/TyperState.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/TyperState.scala b/src/dotty/tools/dotc/core/TyperState.scala
index 3ed4788ee..7e332b412 100644
--- a/src/dotty/tools/dotc/core/TyperState.scala
+++ b/src/dotty/tools/dotc/core/TyperState.scala
@@ -123,7 +123,7 @@ extends TyperState(r) {
* that were temporarily instantiated in the current typer state are permanently
* instantiated instead.
*
- * A note on merging: A case is in isApplicableSafe.scala. It turns out that this
+ * A note on merging: An interesting test case is isApplicableSafe.scala. It turns out that this
* requires a context merge using the new `&' operator. Sequence of actions:
* 1) Typecheck argument in typerstate 1.
* 2) Cache argument.