KT-1633 support completion of named function parameters
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
val paramTest = 12
|
||||
|
||||
fun small(paramFirst: Int, paramSecond: Int) {
|
||||
}
|
||||
|
||||
fun test() = small(paramFirst = param<caret>)
|
||||
|
||||
// EXIST: paramTest
|
||||
// ABSENT: {"lookupString":"paramFirst","tailText":"Int","itemText":"paramFirst = "}
|
||||
// ABSENT: paramSecond
|
||||
// NUMBER: 1
|
||||
Reference in New Issue
Block a user