Sign in
webkit
/
WebKit
/
309652f930d78c4a08507836e82eae244f702e81
/
.
/
JSTests
/
es6
/
const_basic_support.js
blob: b04537b9af80380cc564d49f707a3db96aa0fd93 [
file
] [
log
] [
blame
]
function
test
()
{
const
foo
=
123
;
return
(
foo
===
123
);
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);