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