Files
kotlin-fork/idea/testData/formatter/IfElseWithTrickyComments.after.inv.kt
T
2014-01-20 19:54:36 +04:00

27 lines
235 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