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

2 lines
35 B
Kotlin
Vendored

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