Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
v8
/
test
/
message
/
fail
/
let-lexical-declaration-destructuring-brace-in-single-statement.out
blob: 352adae7cbb6c577c4bcfa35476f48dd732e6541 [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
5
:
SyntaxError
:
Lexical
declaration cannot appear
in
a single
-
statement context
with
({})
let
{
a
:
x
}
=
{
a
:
42
};
^^^
SyntaxError
:
Lexical
declaration cannot appear
in
a single
-
statement context