KT-1633 support completion of named function parameters
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(paramTest: Int = 12)
|
||||
|
||||
fun test() {
|
||||
// '=' is expected
|
||||
foo(param<caret>)
|
||||
}
|
||||
Reference in New Issue
Block a user