Skip @JvmDefault in UnimplementedKotlinInterfaceMemberAnnotator
#KT-23967 Fixed
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
package test;
|
||||
|
||||
public class ExtendClassWithJvmDefaultImplementation {
|
||||
public static class ExtendClass extends KotlinClass {
|
||||
|
||||
}
|
||||
|
||||
public static class ImplementInterface implements KotlinInterface {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user