Update test data. Use simple ''@JvmDefault' instead full qualifier
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !JVM_TARGET: 1.8
|
||||
interface A {
|
||||
@kotlin.annotations.JvmDefault
|
||||
@JvmDefault
|
||||
val test: String
|
||||
get() = "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user