4 lines
94 B
Kotlin
4 lines
94 B
Kotlin
// "Remove redundant 'abstract' modifier" "true"
|
|
interface A {
|
|
<caret>abstract fun foo()
|
|
} |