Files
kotlin-fork/idea/testData/intentions/addBraces/addBracesForSingleLineIfWithCommentBeneath.kt
T
2018-11-08 10:33:15 +03:00

6 lines
73 B
Kotlin
Vendored

fun foo() {}
fun test(b: Boolean) {
<caret>if (b) foo()
// ccc
}