Files
kotlin-fork/idea/testData/quickfix/redundantVisibilityModifier/simple.kt.after
T
2017-05-10 14:56:36 +03:00

4 lines
59 B
Plaintext
Vendored

// "Remove redundant 'public' modifier" "true"
class C {
}