22425de5cb
#KT-6968 Fixed
26 lines
266 B
Kotlin
26 lines
266 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
|