Sign in
webkit
/
WebKit
/
d0ac5b2877d01758b7af37b5e52d1cc2b4b6c4ea
/
.
/
LayoutTests
/
js
/
script-tests
/
declaration-in-block.js
blob: 9b94dfd6dae30a15b00d6676a5a8881485979146 [
file
] [
log
] [
blame
]
description
(
"This test checks that declarations in an if block can be seen outside it."
);
if
(
0
)
{
var
b
;
}
var
a
=
b
;