interface R val R.prop: Int get() = TODO() fun R.extFun(): Int = TODO() interface I fun foo(r: R) { r. } // EXIST: { itemText: "prop", typeText: "Int", attributes: "bold" } // EXIST: { itemText: "extFun", typeText: "Int", attributes: "bold" }