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

3 lines
55 B
Kotlin
Vendored

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