Files
kotlin-fork/idea/testData/formatter/secondaryCtorLineBreak.after.inv.kt
T
2015-03-17 23:18:34 +03:00

26 lines
271 B
Kotlin

class A {
constructor() {
}
constructor() : this() {
}
constructor() {
}
constructor() //eol comment
{
}
constructor() : super(1, 2, 3) //eol comment
{
}
constructor() {
}
}
// SET_TRUE: LBRACE_ON_NEXT_LINE