Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
inspector
/
formatting
/
resources
/
javascript-tests
/
new-expression-expected.js
blob: 064e365a18334c38e3d2c4d68269eeb6e88e41f0 [
file
] [
log
] [
blame
]
new
Foo
;
new
Foo
();
new
(
Foo
)();
new
(
foo
())();
new
[
Foo
][
0
];