Files
kotlin-fork/idea/testData/formatter/FormatFirstColumnCommentsBeforeDeclaration.after.inv.kt
T

22 lines
298 B
Kotlin
Vendored

package format.test
class LineComments {
// Should not be formatted
// Format
// Format
fun test() {
}
}
class MultilineComments {
/*
* Should not be formatted
*/
/*
* Format
*/
fun test() {
}
}
// SET_TRUE: KEEP_FIRST_COLUMN_COMMENT