mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
6 lines
539 B
Plaintext
6 lines
539 B
Plaintext
| test.c:2:1:2:22 | // commented out code; | This comment appears to contain commented-out code |
|
|
| test.c:4:1:7:8 | // some; | This comment appears to contain commented-out code |
|
|
| test.c:9:1:13:8 | // also; | This comment appears to contain commented-out code |
|
|
| test.c:21:1:26:2 | /*\n some;\n commented;\n out;\n code;\n*/ | This comment appears to contain commented-out code |
|
|
| test.c:28:1:34:2 | /*\n also;\n this\n is;\n commented-out\n code;\n*/ | This comment appears to contain commented-out code |
|