Sign in
cobalt
/
cobalt
/
19.lts.1+
/
.
/
src
/
v8
/
test
/
message
/
fail
/
redeclaration1.js
blob: 56a891a2b0a17c421309405c753b7870e69b5cd4 [
file
] [
log
] [
blame
]
// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
let foo
=
1
;
let foo
=
2
;