5 lines
86 B
Kotlin
5 lines
86 B
Kotlin
// "Remove function body" "true"
|
|
abstract class A() {
|
|
<caret>abstract fun foo()
|
|
}
|