5824b9c59c
27 failing tests are muted
10 lines
142 B
Kotlin
Vendored
10 lines
142 B
Kotlin
Vendored
// IGNORE_BACKEND_K2: JVM_IR
|
|
|
|
// param: 10
|
|
|
|
fun addX(y: Int) = java.lang.Integer.parseInt(args[0]) + y
|
|
|
|
val rv = addX(3)
|
|
|
|
// expected: rv: 13
|