Smart completion works in initializer of variable with unknown type (the same as ordinary completion)
#KT-8691 Fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class C
|
||||
|
||||
fun foo(p1: String, p2: Int) {
|
||||
val v = <caret>
|
||||
}
|
||||
|
||||
// EXIST: p1
|
||||
// EXIST: p2
|
||||
// ABSENT: C
|
||||
Reference in New Issue
Block a user