Files
codeql/javascript/ql/test/query-tests/Declarations/UnusedVariable/multi-imports.js
2025-02-28 13:28:07 +01:00

5 lines
101 B
JavaScript

import {a, b, c, d} from 'x'; // $ Alert
import {ordered, alphabetically} from 'x'; // $ Alert
c();