aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-java-interop/t1409/OuterInterface.java
blob: dd288ceea289c0816ebbcd2393b0b850d64065fa (plain) (blame)
1
2
3
4
5
public interface OuterInterface {
  public interface InnerInterface {
    public void foo();
  }
 }