mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 08:31:35 +00:00
5 lines
244 B
Kotlin
Vendored
5 lines
244 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 |