Files
kotlin-fork/idea/resources/intentionDescriptions/AddNamesToCallArgumentsIntention/after.kt.template
T
2016-12-02 14:14:08 +03:00

7 lines
117 B
Plaintext

fun foo(x: Int, y: Int, comment: String) {
}
fun test() {
<spot>foo(x = 24, y = 42, comment = "Hello")</spot>
}