index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
functionRedeclLet.js
blob: 7014c3ba898ce5f0a213583dd4db6a85301a59a8 (
plain
)
1
2
3
4
5
// |jit-test| error: SyntaxError
{
let
x
;
function
x
()
{
}
}