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

7 lines
82 B
Kotlin
Vendored

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