Files
kotlin-fork/idea/testData/intentions/changeVisibility/protected/primaryConstructor.kt.after
T
Andrei Klunnyi b7eded6e48 KT-46146 no 'protected' for final classes
Intention to change final class constructor visibility to 'protected'
was erroneous. This commit removes it.
2021-05-07 12:47:40 +00:00

1 line
54 B
Plaintext
Vendored

open class RegularClass <caret>protected constructor()