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