Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
protectedInFinal
/
protected.kt.after
blob: dfa43c64ae5d7a772f4d6dc12abb97db01466fda [
file
] [
log
] [
blame
]
// "Make private" "true"
class
C
{
private
fun foo
()
{}
}