Sign in
eclipse
/
jsdt
/
webtools.jsdt.tests
/
6b42c40379f95d971dcbeeae506a4e0df1d11cd5
/
.
/
tests
/
org.eclipse.wst.jsdt.ui.tests
/
testresources
/
ContentAssist
/
root
/
test377241_02.js
blob: 1e57bcd1acdd63aa6ea16e750200e3d0b7cd99a6 [
file
] [
log
] [
blame
]
function
foo
()
{
this
.
id
=
0
;
}
var
obj
=
{};
obj
[
"p3"
]
=
new
foo
();
obj
[
"p3"
].