blob: 833b27e2b465502c5ac74153123cd9532c810c0e [file] [log] [blame]
fun foo(list: List<String>, i: Int) {
list[<caret>]
}
// EXIST: i
// ABSENT: list