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