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

4 lines
39 B
Kotlin

class C {
private
var foo = 1
}