Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
removeProtectedModifier.kt
blob: 633f449798e1934bce1cb1e9a84a3e49f2b55704 [
file
]
// "Remove 'protected' modifier" "true"
class
A
private
<caret>
protected
constructor
()
{
}