KT-5873 Exception in ArgumentMatchImpl on smart completion

#KT-5873 Fixed
This commit is contained in:
Svetlana Isakova
2014-09-26 18:38:20 +04:00
parent f0e7435254
commit 1d2d2f4845
4 changed files with 18 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
class Foo {
public fun f(s: String) {
g("", <caret>)
}
fun g(p1: String, p2: String) { }
}
// EXIST: s