KT-11609 No named arguments completion should be after dot
#KT-11609 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo(abcdef: Int) {
|
||||
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
foo("a".abcd<caret>)
|
||||
}
|
||||
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user