Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test7.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test7.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test7.js b/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test7.js
new file mode 100644
index 0000000..a97a6e7
--- /dev/null
+++ b/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test7.js
@@ -0,0 +1,13 @@
+function MyClass7(a) {
+ this.a = a;
+}
+
+var o = {
+ a: new z,
+ b: 42
+};
+
+var q = {
+ a: new MyC,
+ b: 42
+}; \ No newline at end of file

Back to the top