blob: f7b301b21364221d597ea85797b18c000354cea6 [file] [log] [blame]
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