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

31 lines
287 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