Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j4/FF47209.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j4/FF47209.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j4/FF47209.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j4/FF47209.js
deleted file mode 100644
index 98c94e3..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j4/FF47209.js
+++ /dev/null
@@ -1,9 +0,0 @@
-package j4;
-public class FF47209 {
- /**
- * @see FF47209#f47209
- */
- public int f47209;
- public FF47209(String str) {}
- public void m47209(int x) {}
- }

Back to the top