Files
kotlin-fork/idea/testData/quickfix/modifiers/beforeRemoveProtectedModifier.kt
T
Denis Zharkov 99f1ab333e Report illegal modifiers and annotations on primary constructor
#KT-7057 Fixed
 #KT-6772 Fixed
2015-03-31 20:20:22 +03:00

6 lines
82 B
Kotlin

// "Remove 'protected' modifier" "true"
class A private <caret>protected () {
}