Searched defs:_b2 (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/tests/cases/compiler/ |
D | unusedVariablesWithUnderscoreInBindingElement.ts | 7 const [a2, _b2] = [1, 2]; constant 15 const [a2, _b2] = [1, 2]; constant 23 const [_a2, [[_b2, _c2]], _d2, _e2] = [1, [[2, 3]], 4, 5]; constant
|