summaryrefslogtreecommitdiff
path: root/test/files/run/t7246/Outer.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7246/Outer.java')
-rwxr-xr-xtest/files/run/t7246/Outer.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t7246/Outer.java b/test/files/run/t7246/Outer.java
new file mode 100755
index 0000000000..163276fb3b
--- /dev/null
+++ b/test/files/run/t7246/Outer.java
@@ -0,0 +1,4 @@
+public class Outer {
+ public class Inner {
+ }
+} \ No newline at end of file