Files
kotlin-fork/idea/testData/intentions/chop/parameterList/hasSomeLineBreaks2.kt
T
2017-05-19 12:20:51 +03:00

4 lines
57 B
Kotlin
Vendored

fun foo(
p: Int, c: Char, b: <caret>Boolean
) {
}