Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
removeProtectedModifier.kt.after
blob: cb41cc26b7d2f70dad55dbcf1e26202be4b7d79b [
file
] [
log
] [
blame
]
// "Remove 'protected' modifier" "true"
class
A
private
constructor
()
{
}