Files
codeql/cpp/ql/test/query-tests/Likely Bugs/UseInOwnInitializer/UseInOwnInitializer.expected
2019-07-22 11:48:25 +01:00

5 lines
256 B
Plaintext

| test.cpp:4:10:4:10 | x | x is used in its own initializer. |
| test.cpp:8:10:8:10 | x | x is used in its own initializer. |
| test.cpp:57:10:57:10 | x | x is used in its own initializer. |
| test.cpp:61:24:61:24 | x | x is used in its own initializer. |