File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
compiler/src/dotty/tools/dotc/ast Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -367,15 +367,6 @@ trait TypedTreeInfo extends TreeInfo[Type] { self: Trees.Instance[Type] =>
367
367
}
368
368
369
369
/** The purity level of this expression. See docs for PurityLevel for what that means
370
- * @return A possibly combination of
371
- *
372
- * Path if expression is at least idempotent and is a path
373
- *
374
- * Pure if expression has no side effects
375
- * Idempotent if running the expression a second time has no side effects
376
- *
377
- * Pure implies Idempotent.
378
- * Impure designates the empty combination.
379
370
*
380
371
* Note that purity and idempotency are treated differently.
381
372
* References to modules and lazy vals are impure (side-effecting) both because
You can’t perform that action at this time.
0 commit comments