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