4e7200d8e8
#KT-8192 Fixed
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>
|
|
} |