Update test data. Use simple ''@JvmDefault' instead full qualifier
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
interface Test<T> {
|
||||
@kotlin.annotations.JvmDefault
|
||||
@JvmDefault
|
||||
var test: T
|
||||
get() = null!!
|
||||
set(value) {
|
||||
@@ -13,7 +13,7 @@ interface Test<T> {
|
||||
var result = "fail"
|
||||
|
||||
interface Test2 : Test<String> {
|
||||
@kotlin.annotations.JvmDefault
|
||||
@JvmDefault
|
||||
override var test: String
|
||||
get() = result
|
||||
set(value) {
|
||||
|
||||
Reference in New Issue
Block a user