2841931ffa
#KT-10828 Fixed
10 lines
201 B
Kotlin
Vendored
10 lines
201 B
Kotlin
Vendored
class A {
|
|
constructor() {}
|
|
constructor() :this() {}
|
|
constructor() :super() {}
|
|
constructor() :super() {}
|
|
}
|
|
|
|
// SET_TRUE: SPACE_BEFORE_EXTEND_COLON
|
|
// SET_FALSE: SPACE_AFTER_EXTEND_COLON
|