// "Implement members" "true" // WITH_RUNTIME interface I { fun foo() } data class C(val i: Int) : I {}