4 lines
77 B
Kotlin
4 lines
77 B
Kotlin
// "Make 'foo' not abstract" "true"
|
|
trait A {
|
|
<caret>abstract fun foo()
|
|
} |