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:
194
194
*
195
195
* Ref -> Tree -> Value
196
196
*
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.
199
198
*
200
199
* We do not need the heap in the key, because the value of an expression
201
200
* is only determined by the value of `this`. The heap is immutable: the
@@ -268,7 +267,7 @@ object Semantic:
268
267
269
268
/** Whether the current heap is different from the last heap?
270
269
*
271
- * `changed == true ` implies that the fixed point has been reached.
270
+ * `changed == false ` implies that the fixed point has been reached.
272
271
*/
273
272
private var changed : Boolean = false
274
273
You can’t perform that action at this time.
0 commit comments