KT-46146 no 'protected' for final classes

Intention to change final class constructor visibility to 'protected'
was erroneous. This commit removes it.
This commit is contained in:
Andrei Klunnyi
2021-05-06 16:40:00 +03:00
committed by Space
parent e56a3b3c30
commit b7eded6e48
12 changed files with 47 additions and 7 deletions
@@ -2,7 +2,6 @@
// ACTION: Convert to primary constructor
// ACTION: Make internal
// ACTION: Make private
// ACTION: Make protected
class Ctor {
<caret>constructor(p: Int)