Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
redundantModalityModifier
/
simple.kt.after
blob: d3dcb6b00b2456ea087e963a52b01fad9f6d043f [
file
]
// "Remove redundant 'final' modifier" "true"
open
class
C
{
fun foo
(){}
}