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

17 lines
224 B
Kotlin
Vendored

class A {
constructor() {
}
constructor() :this() {
}
constructor() :super() {
}
constructor() :super() {
}
}
// SET_TRUE: SPACE_BEFORE_EXTEND_COLON
// SET_FALSE: SPACE_AFTER_EXTEND_COLON