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

6 lines
46 B
Kotlin
Vendored

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