blob: d3dcb6b00b2456ea087e963a52b01fad9f6d043f [file]
// "Remove redundant 'final' modifier" "true"
open class C {
fun foo(){}
}