Fix ArrayIndexOutOfBoundsException in named parameters completion
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun test() {}
|
||||
fun some() {
|
||||
val localVal = 1
|
||||
test(<caret>)
|
||||
}
|
||||
|
||||
// Test no exceptions are thrown
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: localVal
|
||||
Reference in New Issue
Block a user