aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pureJava/InterfaceMembersCf.java
blob: fa145105ff259955455a76d65ff0fc4a13471d30 (plain)
1
2
3
4
public interface InterfaceMembersCf {
    static {} // ERR JLS 9.1.3
    {}        // ERR JLS 9.1.3
}