Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test5.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test5.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test5.js b/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test5.js
new file mode 100644
index 0000000..683e5d7
--- /dev/null
+++ b/tests/org.eclipse.wst.jsdt.ui.tests/testresources/ContentAssist/root/test5.js
@@ -0,0 +1,8 @@
+function MyClass1(a) {
+ this.a = a;
+}
+
+var MyClass2 = function() {};
+MyClass2.prototype.meth = function() {};
+
+new MyCl \ No newline at end of file

Back to the top