summaryrefslogtreecommitdiffstats
path: root/tests/pureJava/anotherPackage/AnotherPackageInterface.java
blob: d83bab0583e1db762912ddce37ae39b88976a16c (plain)
1
2
3
4
5
package anotherPackage;

public interface AnotherPackageInterface {
    static class Inner {}
}