Files
kotlin-fork/idea/testData/quickfix/modifiers/removeProtectedModifier.kt.after
T
2021-02-09 17:15:31 +01:00

6 lines
96 B
Plaintext
Vendored

// "Remove 'protected' modifier" "true"
class A private constructor() {
}
/* FIR_COMPARISON */