DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / letInLetDeclarations_ES6.ts
12345678
// @target: es6 // All use of let in const declaration should be an error let x = 50, let = 5; { let x = 10, let = 20; }