// "Remove function body" "true" abstract class A() { abstract fun foo() = /*1*/ { "" /*2*/ } // 3 }