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

4 lines
31 B
Kotlin

class C {
private
var foo = 1
}