mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 00:21:28 +00:00
5 lines
257 B
Kotlin
Vendored
5 lines
257 B
Kotlin
Vendored
// PARAM_TYPES: kotlin.Int
|
|
// PARAM_TYPES: kotlin.Int
|
|
// PARAM_DESCRIPTOR: value-parameter a: kotlin.Int defined in foo
|
|
// PARAM_DESCRIPTOR: value-parameter b: kotlin.Int defined in foo
|
|
fun foo(a: Int, b: Int) = { <selection>a + b</selection> - 1 }.invoke() |