Skip to content

Commit b9d8a2a

Browse files
committed
Drop redundant comment
1 parent 5a2e79f commit b9d8a2a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

compiler/src/dotty/tools/dotc/ast/TreeInfo.scala

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,6 @@ trait TypedTreeInfo extends TreeInfo[Type] { self: Trees.Instance[Type] =>
367367
}
368368

369369
/** 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.
379370
*
380371
* Note that purity and idempotency are treated differently.
381372
* References to modules and lazy vals are impure (side-effecting) both because

0 commit comments

Comments
 (0)