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

6 lines
46 B
Kotlin

class C {
fun foo0() {}
private
val foo = 1
}