codeql/python/ql/test/query-tests/Statements/general/UnnecessaryElseClause.expected

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 строки
252 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

| statements_test.py:65:1:65:19 | For | This 'for' statement has a redundant 'else' as no 'break' is present in the body. |
| statements_test.py:70:1:70:13 | While | This 'while' statement has a redundant 'else' as no 'break' is present in the body. |