Initial support of @JvmDefault
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// !API_VERSION: 1.3
|
||||
// JVM_TARGET: 1.8
|
||||
// KOTLIN_CONFIGURATION_FLAGS: +JVM.JVM8_TARGET_WITH_DEFAULTS
|
||||
|
||||
// WITH_RUNTIME
|
||||
interface Z {
|
||||
@kotlin.annotations.JvmDefault
|
||||
fun test(s: String = "OK"): String {
|
||||
return s
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user