This commit is contained in:
minaminao 2022-08-30 09:35:12 +09:00
parent 7fdd494da7
commit 99400a6121

View File

@ -683,7 +683,7 @@ Conflicting values are resolved in the following way:
- "unused", "undecided" -> "undecided" - "unused", "undecided" -> "undecided"
- "unused", "used" -> "used" - "unused", "used" -> "used"
- "undecided, "used" -> "used" - "undecided", "used" -> "used"
For for-loops, the condition, body and post-part are visited twice, taking For for-loops, the condition, body and post-part are visited twice, taking
the joining control-flow at the condition into account. the joining control-flow at the condition into account.