public interface Test { default String test() { return "OK"; } }