Files
kotlin-fork/idea/testData/formatter/IfElseWithTrickyComments.kt
T

26 lines
232 B
Kotlin

fun main(args: Array<String>) {
if (true) // tricky comment
{
}
if (true) //tricky comment
{
}
if (true) {
} else
// 1
/*2*/
/*3*/
{
}
}
// SET_FALSE: LBRACE_ON_NEXT_LINE