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