File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
compiler/src/dotty/tools/dotc/transform/init Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -194,8 +194,7 @@ object Semantic:
194194 *
195195 * Ref -> Tree -> Value
196196 *
197- * The first key is the value of `this` for the expression. We do not need
198- * environment in the key, because the environment is always hot.
197+ * The first key is the value of `this` for the expression.
199198 *
200199 * We do not need the heap in the key, because the value of an expression
201200 * is only determined by the value of `this`. The heap is immutable: the
@@ -268,7 +267,7 @@ object Semantic:
268267
269268 /** Whether the current heap is different from the last heap?
270269 *
271- * `changed == true ` implies that the fixed point has been reached.
270+ * `changed == false ` implies that the fixed point has been reached.
272271 */
273272 private var changed : Boolean = false
274273
You can’t perform that action at this time.
0 commit comments