Files
codeql/python/ql/test/query-tests/Variables/unused/UnusedLocalVariable.expected
2022-08-23 12:35:32 +02:00

6 lines
234 B
Plaintext

| Local Variable a | Variable a is not used |
| Local Variable b | Variable b is not used |
| Local Variable c | Variable c is not used |
| Local Variable var | Variable var is not used |
| Local Variable x | Variable x is not used |