Files
kotlin-fork/idea/testData/formatter/IfElseWithTrickyComments.after.inv.kt
T
Nikolay Krasko 6193987d0d Reformat code should not align comments (KT-4175)
#KT-4175 In Progress
2016-03-16 12:38:17 +03:00

26 lines
234 B
Kotlin
Vendored

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