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

7 lines
99 B
Plaintext

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