Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/f1/X.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/f1/X.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/f1/X.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/f1/X.js
deleted file mode 100644
index 0b9abfa..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JavaSearch/src/f1/X.js
+++ /dev/null
@@ -1,12 +0,0 @@
-package f1;
-public class X {
- int field;
- void foo1() {
- int var1 = 1;
- var1++;
- }
- void foo2() {
- X var2 = new X();
- var2.field++;
- }
-} \ No newline at end of file

Back to the top