Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
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"
);