blob: 27eb6f12a5865aa3243a82b9f1efd2fb80c3e07c [file] [log] [blame]
// "Remove function body" "true"
abstract class A() {
<caret>abstract fun foo() = /*1*/
{ "" /*2*/ } // 3
}