mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
204 B
Kotlin
Vendored
7 lines
204 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
fun test(a: Int, z: String = try{"1"} catch (e: Exception) {"2"}) {
|
|
"Default body"
|
|
}
|
|
|
|
//1 ILOAD 0\s*ALOAD 1\s*INVOKESTATIC DefaultMethodBodyKt\.test \(ILjava/lang/String;\)V
|