mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
6 lines
147 B
Kotlin
Vendored
6 lines
147 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>
|
|
} |