summaryrefslogtreecommitdiff
path: root/tests/functional/u/useless_else_on_loop.txt
blob: dff8e318a2ff1e1a5662b0c183dc7b40062bba29 (plain)
1
2
3
4
5
6
useless-else-on-loop:10:4:test_return_for:Else clause on loop without a break statement
useless-else-on-loop:18:4:test_return_while:Else clause on loop without a break statement
useless-else-on-loop:28:0::Else clause on loop without a break statement
useless-else-on-loop:35:0::Else clause on loop without a break statement
useless-else-on-loop:40:0::Else clause on loop without a break statement
useless-else-on-loop:87:4:test_break_in_orelse_deep2:Else clause on loop without a break statement