Fixed Code completion does not work inside function variable invocation

#KT-4978 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-05-07 19:16:09 +04:00
parent 7bb84c139d
commit dab6045f6a
7 changed files with 36 additions and 13 deletions
@@ -0,0 +1,6 @@
fun f(p: (String) -> Unit, s: String) {
p(<caret>)
}
// EXIST: s
// EXIST: StringBuilder