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

29 lines
245 B
Kotlin

fun main()
{
do
{
} while (true)
do
{
} while (true)
do
{
} while (true)
do //eol comment
{
} while (true)
do //eol comment
{
} while (true)
}
// SET_TRUE: LBRACE_ON_NEXT_LINE