KT-46146 'protected' is unavailable for primary constructors

Prior to this commit intention to change primary constructor visibility
to 'protected' was filtered out.
This commit is contained in:
Andrei Klunnyi
2021-05-05 12:28:50 +03:00
committed by Space
parent 7388e60869
commit 686368749a
6 changed files with 16 additions and 0 deletions
@@ -2,6 +2,7 @@
// 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