// "Implement members" "true" // WITH_RUNTIME abstract class A { abstract fun foo() } class B : A() { }