Fix ArrayIndexOutOfBoundsException in named parameters completion

This commit is contained in:
Nikolay Krasko
2014-03-22 20:05:26 +04:00
parent de891ebc6e
commit b05fb38dcd
4 changed files with 25 additions and 4 deletions
@@ -0,0 +1,9 @@
fun test() {}
fun some() {
val localVal = 1
test(<caret>)
}
// Test no exceptions are thrown
// INVOCATION_COUNT: 1
// EXIST: localVal