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:
authornitind2011-01-27 02:17:02 +0000
committernitind2011-01-27 02:17:02 +0000
commit2f77fc1e40bc7aa1220f544e079b1d6c135fdfdc (patch)
treed14e7d2890bfcccdcbeacb035565937e8165c1b2 /tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/test0437/A.js
parent2a0e07dc17512d628f451cdc5b4a638793302cd1 (diff)
downloadwebtools.jsdt.tests-201101270219.tar.gz
webtools.jsdt.tests-201101270219.tar.xz
webtools.jsdt.tests-201101270219.zip
This commit was manufactured by cvs2svn to create tag 'v201101270219'.v201101270219
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/test0437/A.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/test0437/A.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/test0437/A.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/test0437/A.js
deleted file mode 100644
index 4077e01..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/test0437/A.js
+++ /dev/null
@@ -1,12 +0,0 @@
-package test0437;
-
-public class A {
- private class CInner {
- }
-}
-
-class D extends A {
- public void goo() {
- CInner a;
- }
-} \ No newline at end of file

Back to the top