Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test064/A_out.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test064/A_out.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test064/A_out.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test064/A_out.js
deleted file mode 100644
index 21ba23e..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test064/A_out.js
+++ /dev/null
@@ -1,11 +0,0 @@
-package test1;
-import java.util.Vector;
-public class E {
- private int fField1;
- private int fField2;
- public void foo1() {
- fField1 = fField2;
- }
- public int foo1(int i) {
- }
-} \ No newline at end of file

Back to the top