Smart completion works in initializer of variable with unknown type (the same as ordinary completion)

#KT-8691 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-08-05 18:56:16 +03:00
parent 22e79d89f4
commit 9497143b26
5 changed files with 38 additions and 7 deletions
@@ -0,0 +1,9 @@
class C
fun foo(p1: String, p2: Int) {
val v = <caret>
}
// EXIST: p1
// EXIST: p2
// ABSENT: C