Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test9_0.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test9_0.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test9_0.js b/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test9_0.js
new file mode 100644
index 0000000..810bd4b
--- /dev/null
+++ b/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test9_0.js
@@ -0,0 +1,8 @@
+var test = {};
+test['Foo'] = function(x, y, z) {
+ this.fX = x;
+ this.fY = y;
+ this.fZ = z;
+};
+
+new tes \ No newline at end of file

Back to the top