interface I { // INFO: {checked: "true"} fun privateFun() = 0 } class Foo : I { fun refer() = privateFun() }