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