UnimplementedKotlinInterfaceMemberAnnotator: shouldn't report methods with @JvmStatic
#KT-27208 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
interface A {
|
||||
companion object {
|
||||
@JvmStatic
|
||||
fun create() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user