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