Files
kotlin-fork/idea/testData/formatter/ClassLineBreak.kt
T
2015-05-13 16:13:13 +02:00

36 lines
224 B
Kotlin
Vendored

class A {
companion object {
}
}
class A
{
companion object
{
}
}
interface A {
}
interface A
{
}
object A {
}
object A
{
}
val a = object {
}
val a = object
{
}
// SET_TRUE: LBRACE_ON_NEXT_LINE