4e7200d8e8
#KT-8192 Fixed
6 lines
149 B
Kotlin
Vendored
6 lines
149 B
Kotlin
Vendored
// PARAM_TYPES: kotlin.Int
|
|
// PARAM_DESCRIPTOR: val 0: kotlin.Int defined in test
|
|
fun test() {
|
|
val `0` = 0
|
|
<selection>`0`plus 1</selection>
|
|
} |