Files
kotlin-fork/idea/testData/indentationOnNewline/NotFirstParameter.after.kt
T
victor.petukhov 62d204f4d6 Support trailing comma
^KT-34743 Fixed
2019-11-01 19:40:20 +03:00

3 lines
47 B
Kotlin
Vendored

fun testParam(a : String, b : Int,
<caret>) {
}