7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
fun foo(list: List<String>, i: Int) {
|
|
list[<caret>]
|
|
}
|
|
|
|
// EXIST: i
|
|
// ABSENT: list
|