Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
SpaceAroundExtendColonInSecondaryCtr.kt
blob: e260c748bcdde18a64b96472d3cfde9e283fcf45 [
file
] [
log
] [
blame
]
class
A
{
constructor
()
{}
constructor
()
:
this
()
{}
constructor
():
super
()
{}
constructor
():
super
()
{}
}
// SET_TRUE: SPACE_BEFORE_EXTEND_COLON
// SET_FALSE: SPACE_AFTER_EXTEND_COLON