diff options
Diffstat (limited to 'tests/pureJava/anotherPackage/AnotherPackageInterface.java')
-rw-r--r-- | tests/pureJava/anotherPackage/AnotherPackageInterface.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/pureJava/anotherPackage/AnotherPackageInterface.java b/tests/pureJava/anotherPackage/AnotherPackageInterface.java new file mode 100644 index 000000000..d83bab058 --- /dev/null +++ b/tests/pureJava/anotherPackage/AnotherPackageInterface.java @@ -0,0 +1,5 @@ +package anotherPackage; + +public interface AnotherPackageInterface { + static class Inner {} +} |