Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/X.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/X.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/X.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/X.js
deleted file mode 100644
index 32590ae..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/X.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Test case for PR 1GK7K17: ITPJCORE:WIN2000 - search: missing type reference */
-public class X{
- static void s(){};
-}
-class AA{
- AA(){
- X.s(); //<<
- };
-} \ No newline at end of file

Back to the top