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.one/my1/mod/samePackage/SomeType.java')
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.one/my1/mod/samePackage/SomeType.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.one/my1/mod/samePackage/SomeType.java b/org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.one/my1/mod/samePackage/SomeType.java
new file mode 100644
index 0000000000..c06c6e8900
--- /dev/null
+++ b/org.eclipse.jdt.compiler.apt.tests/resources/mod_locations/modules4/module.readable.one/my1/mod/samePackage/SomeType.java
@@ -0,0 +1,4 @@
+package my1.mod.samePackage;
+
+public class SomeType {
+}

Back to the top