Intentions: Implement "Add names to call arguments" intention
#KT-14729 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(n: Int, vararg s: String){}
|
||||
|
||||
fun bar() {
|
||||
<caret>foo(1, "2", "3")
|
||||
}
|
||||
Reference in New Issue
Block a user