about summary refs log tree commit diff
path: root/tests/ui/loops/loop-if-else-break-issue-123261.fixed
AgeCommit message (Collapse)AuthorLines
2024-05-22For OutsideLoop we should not suggest add 'block label in if block, or we ↵surechen-0/+31
wiil get another err: block label not supported here. fixes #123261