Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
redundantVisibilityModifier
/
getter.kt
blob: 9c43a51661c5cc3439ba4e465e0b330cda82d173 [
file
] [
log
] [
blame
]
// "Remove redundant 'public' modifier" "true"
val a
<caret>
public
get
()
=
0