public interface InterfaceMembersCf {
    static {} // ERR JLS 9.1.3
    {}        // ERR JLS 9.1.3
}
