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: Create test
// ACTION: Make primary constructor internal
// ACTION: Make primary constructor private
// ACTION: Make primary constructor protected
// ACTION: Enable a trailing comma by default in the formatter
// ACTION: Extract 'C' from current file
// ACTION: Rename file to C.kt