//@noUnusedLocals:true function f() { for (const [_a, b] of [['key', 1]]) {} for (const [a, _b] of [['key', 1]]) {} for (const [a, b] of [['key', 1]]) {} }