Sign in
webkit
/
WebKit
/
66cdb846915aae4450b94f8116064bc8acde6015
/
.
/
LayoutTests
/
fast
/
js
/
resources
/
declaration-in-block.js
blob: 0ab49a409742901d9ed555e5134b99545db7f3c5 [
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
;
var
successfullyParsed
=
true
;