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:
+2
@@ -0,0 +1,2 @@
|
||||
// IS_APPLICABLE: false
|
||||
annotation class AClass <caret>public constructor()
|
||||
@@ -0,0 +1 @@
|
||||
class RegularClass <caret>private constructor()
|
||||
+1
@@ -0,0 +1 @@
|
||||
class RegularClass <caret>protected constructor()
|
||||
Reference in New Issue
Block a user