mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
6 lines
148 B
Kotlin
Vendored
6 lines
148 B
Kotlin
Vendored
// PARAM_TYPES: kotlin.Int
|
|
// PARAM_DESCRIPTOR: val i: kotlin.Int defined in test
|
|
fun test() {
|
|
val i = 0
|
|
<selection>i plus `i`</selection>
|
|
} |