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