mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Update test data. Use simple ''@JvmDefault' instead full qualifier
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
interface Test {
|
||||
@kotlin.annotations.JvmDefault
|
||||
@JvmDefault
|
||||
fun test(): String {
|
||||
return "OK"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
interface Test {
|
||||
@kotlin.annotations.JvmDefault
|
||||
@JvmDefault
|
||||
var z: String
|
||||
get() = "OK"
|
||||
set(value) {}
|
||||
|
||||
Reference in New Issue
Block a user