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