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

4 lines
52 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo(<caret>c: Char) {
}