// "Remove function body" "true" abstract class A() { abstract fun foo() : Any { return "a" } }