fun String.extFunForString(): Int = 0 fun Any.extFunForAny(): Int = 0 class C { fun foo(): Int { return "". } } // EXIST: { itemText: "extFunForString", attributes: "bold" } // EXIST: { itemText: "extFunForAny", attributes: "" }