Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test377241_01.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test377241_01.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test377241_01.js b/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test377241_01.js
new file mode 100644
index 0000000..c1a6fb3
--- /dev/null
+++ b/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test377241_01.js
@@ -0,0 +1,6 @@
+function foo() {
+ this.id = 0;
+}
+var obj = {};
+obj.p2 = new foo();
+obj["p2"].

Back to the top