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

9 lines
100 B
Plaintext
Vendored

fun foo() {}
fun test(b: Boolean) {
if (b) {
/* aaa */ foo() // bbb
}
// ccc
}