blob: a096b56d8321c849dd17fe04f14c8416edd56eb1 [file] [log] [blame]
// "Remove redundant 'final' modifier" "true"
open class C {
<caret>final fun foo(){}
}