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