aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/java-override/A.java
blob: 0d7f453e85546ef38655e09eed697bc48db332bd (plain) (blame)
1
2
3
public interface A {
    void o(Object o);
}