Files
kotlin-fork/idea/testData/formatter/modifierList/secondMemberVarTheOnlyModifier.after.kt
T
2016-12-14 13:35:31 +03:00

6 lines
58 B
Kotlin
Vendored

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