Update test data. Use simple ''@JvmDefault' instead full qualifier
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// FULL_JDK
|
||||
|
||||
interface Test {
|
||||
@kotlin.annotations.JvmDefault
|
||||
@JvmDefault
|
||||
fun test(): String {
|
||||
return "Test"
|
||||
}
|
||||
@@ -16,7 +16,7 @@ open class TestClass : Test {
|
||||
|
||||
|
||||
interface Test2 : Test {
|
||||
@kotlin.annotations.JvmDefault
|
||||
@JvmDefault
|
||||
override fun test(): String {
|
||||
return "Test2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user