Add new tests
This commit is contained in:
committed by
Mikhail Bogdanov
parent
0570c05683
commit
0c0bd67a6b
Vendored
+3
-1
@@ -1,7 +1,9 @@
|
||||
// !JVM_DEFAULT_MODE: compatibility
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_RUNTIME
|
||||
interface I {
|
||||
@JvmDefault
|
||||
fun foo(x: String = "OK"): String = x
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user