blob: f15fe523b9ccfdbf2e0f5b10f948dc650612ad75 [file] [log] [blame]
// "Remove function body" "true"
abstract class A() {
<caret>abstract fun foo() : Any = 1
}