blob: 64c1228fc3cf73cc861d2fd93605f141ed6b6514 [file]
// "Remove redundant 'abstract' modifier" "true"
interface A {
<caret>abstract fun foo()
}