blob: 8b50a32f63f7661f32855388a27e35f133af48f6 [file]
package test;
public class ExtendClassWithJvmDefaultImplementation {
public static class ExtendClass extends KotlinClass {
}
public static class ImplementInterface implements KotlinInterface {
}
}