6 lines
95 B
Kotlin
Vendored
6 lines
95 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun foo(p: Int){}
|
|
|
|
fun bar(list: List<Int>) {
|
|
foo(list[<caret>1])
|
|
} |