Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 *%(basename)s:5: SyntaxError: Lexical declaration cannot appear in a single-stat ement context | 1 *%(basename)s:5: SyntaxError: Lexical declaration cannot appear in a single-stat ement context |
| 2 with ({}) let [a] = []; | 2 with ({}) let [a] = []; |
| 3 ^^^ | 3 ^^^ |
| 4 SyntaxError: Lexical declaration cannot appear in a single-statement context | 4 SyntaxError: Lexical declaration cannot appear in a single-statement context |
| OLD | NEW |