67df7de7b1
Fixed KT-5109 Smart completion: do not insert comma if next argument is vararg #KT-5110 Fixed #KT-5109 Fixed
8 lines
94 B
Kotlin
8 lines
94 B
Kotlin
fun foo(p1: String, p2: String = ""){}
|
|
|
|
fun bar(p: String){
|
|
foo(<caret>)
|
|
}
|
|
|
|
// ELEMENT: p
|