Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j2/Bug47968s.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j2/Bug47968s.js30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j2/Bug47968s.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j2/Bug47968s.js
deleted file mode 100644
index f59c5e7..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/j2/Bug47968s.js
+++ /dev/null
@@ -1,30 +0,0 @@
-package j2;
-/**
- * @see Bug47968
- * @see Bug47968#x
- * @see Bug47968#Bug47968(String)
- * @see Bug47968#foo(int)
- */
-public class Bug47968s {
- /**
- * @see Bug47968
- * @see Bug47968#x
- * @see Bug47968#Bug47968(String)
- * @see Bug47968#foo(int)
- */
- public int y;
- /**
- * @see Bug47968
- * @see Bug47968#x
- * @see Bug47968#Bug47968(String)
- * @see Bug47968#foo(int)
- */
- public Bug47968s() {}
- /**
- * @see Bug47968
- * @see Bug47968#x
- * @see Bug47968#Bug47968(String)
- * @see Bug47968#foo(int)
- */
- public void bar() {}
- }

Back to the top