Files
codeql/go/ql/test/query-tests/RedundantCode/DuplicateBranches/DuplicateBranches.expected
2022-05-20 10:07:19 -07:00

3 lines
213 B
Plaintext

| DuplicateBranches.go:4:5:4:10 | ...>=... | The 'then' and 'else' branches of this if statement are identical. |
| main.go:6:5:6:9 | ...<... | The 'then' and 'else' branches of this if statement are identical. |