Files
kotlin-fork/idea/testData/formatter/modifierList/secondMemberFunTheOnlyModifier.kt
T

7 lines
48 B
Kotlin

class C {
fun foo0() {}
private
fun foo() {
}
}