Remove version requirements for -Xjvm-default=enable (1.2.40) and JvmFieldInInterface(1.2.70)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
package test
|
||||
|
||||
interface Base {
|
||||
@JvmDefault
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
interface Derived : Base
|
||||
@@ -1,9 +0,0 @@
|
||||
package test
|
||||
|
||||
interface Base {
|
||||
companion object {
|
||||
@Suppress("INAPPLICABLE_JVM_FIELD")
|
||||
@JvmField
|
||||
val foo = object : Base {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user