blob: 5c81dea5e1db4a77a25cbd613edba2ebd5806971 [file] [log] [blame]
// "Make 'foo' not abstract" "true"
class A() {
<caret>abstract fun foo() {}
}