Files
codeql/javascript/ql/test/library-tests/TrailingFunctionCommas/InvocationWithTrailingComma.expected
2018-08-02 17:53:23 +01:00

5 lines
143 B
Plaintext

| tst.js:16:1:16:7 | g2(23,) |
| tst.js:17:1:17:11 | h2(23, 42,) |
| tst.js:18:1:18:11 | new g2(23,) |
| tst.js:19:1:19:15 | new h2(23, 42,) |