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