Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.two/my1/mod/samePackage/SomeType.java')
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.two/my1/mod/samePackage/SomeType.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.two/my1/mod/samePackage/SomeType.java b/org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.two/my1/mod/samePackage/SomeType.java
new file mode 100644
index 0000000000..9d543b4606
--- /dev/null
+++ b/org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.two/my1/mod/samePackage/SomeType.java
@@ -0,0 +1,8 @@
+package my1.mod.samePackage;
+
+public class SomeType {
+ public static class NestedClass {
+ }
+ public static int value = 1;
+}
+

Back to the top