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

43 lines
250 B
Kotlin

fun f()
{
}
fun f()
{
}
fun f()
{
}
fun f() //eol comment
{
}
fun f() //eol comment
{
}
class A {
fun f()
{
}
fun f()
{
}
}
fun g()
{
fun f()
{
}
fun f()
{
}
}
// SET_TRUE: LBRACE_ON_NEXT_LINE