Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
JSTests
/
ChakraCore
/
test
/
LetConst
/
letvar.baseline-jsc
blob: c22aceb0298b69aad7d5ae2d21646511ad28e438 [
file
] [
log
] [
blame
]
SyntaxError
:
Cannot
declare a
var
variable that shadows a
let
/
const
/
class
variable
:
'x'
.
SyntaxError
:
Cannot
declare a
var
variable that shadows a
let
/
const
/
class
variable
:
'x'
.
SyntaxError
:
Cannot
declare a
let
variable twice
:
'x'
.