Update test data. Use simple ''@JvmDefault' instead full qualifier
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@ interface Test {
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_RUNTIME
|
||||
interface Test2 : Test {
|
||||
@kotlin.annotations.JvmDefault
|
||||
@JvmDefault
|
||||
override fun test(): String {
|
||||
return super.test()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user