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