open class C { open fun foo(): String = "FAIL1" } interface I { fun foo(): String = "FAIL2" }