01e5ee718f
#KT-6967 Fixed
27 lines
284 B
Kotlin
Vendored
27 lines
284 B
Kotlin
Vendored
class A {
|
|
constructor() {}
|
|
constructor() : this()
|
|
|
|
{}
|
|
|
|
constructor()
|
|
{
|
|
|
|
}
|
|
|
|
constructor() //eol comment
|
|
{
|
|
|
|
}
|
|
|
|
constructor():super(1,2,3) //eol comment
|
|
|
|
{}
|
|
|
|
constructor()
|
|
constructor() {
|
|
}
|
|
}
|
|
|
|
// SET_TRUE: LBRACE_ON_NEXT_LINE
|