Intentions: Implement "Add names to call arguments" intention
#KT-14729 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// ERROR: No value passed for parameter p
|
||||
|
||||
fun foo(s: String, b: Boolean, p: Int){}
|
||||
|
||||
fun bar() {
|
||||
<caret>foo("", true)
|
||||
}
|
||||
Reference in New Issue
Block a user