5 lines
96 B
Kotlin
Vendored
5 lines
96 B
Kotlin
Vendored
// "Remove function body" "true"
|
|
abstract class A() {
|
|
<caret>abstract fun foo() : Any = 1
|
|
}
|