Files
kotlin-fork/idea/testData/refactoring/introduceVariable/ArrayAccessExpr.kt
T
2014-04-17 19:01:17 +04:00

3 lines
80 B
Kotlin
Vendored

fun f(list: List<String>) {
val value = list[<selection>1 + 2</selection>]
}