Add @RequireKotlin(1.2.40) on interface with @JvmDefaults and its subinterfaces
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
interface Base {
|
||||
@JvmDefault
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
interface Derived : Base
|
||||
Reference in New Issue
Block a user