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

68 lines
553 B
Kotlin

fun f() {
try
{
}
catch (e: Exception)
{
}
finally
{
}
try
{
}
catch (e: Exception)
{
}
finally
{
}
try
{
}
catch (e: Exception)
{
}
finally
{
}
try //eol comment
{
}
catch (e: Exception) //eol comment
{
}
finally //eol comment
{
}
try //eol comment
{
}
catch (e: Exception) //eol comment
{
}
finally //eol comment
{
}
}
// SET_TRUE: LBRACE_ON_NEXT_LINE