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

5 lines
33 B
Kotlin

class C {
private
fun foo() {
}
}