Files
kotlin-fork/idea/testData/intentions/changeVisibility/protected/primaryConstructor.kt
T
Andrei Klunnyi 686368749a KT-46146 'protected' is unavailable for primary constructors
Prior to this commit intention to change primary constructor visibility
to 'protected' was filtered out.
2021-05-07 12:47:38 +00:00

1 line
47 B
Kotlin
Vendored

class RegularClass <caret>private constructor()