summaryrefslogtreecommitdiff
path: root/test/files/run/t1430/Bar_1.java
blob: e49b6becb208bb91a43d8aae379f272f76d2add3 (plain) (blame)
1
2
3
4
5
6
7
8
package j;

interface Foo {
   public void foo();
}
public interface Bar_1 extends Foo {
   public void bar();
}