package ppp interface I class C : I { fun foo() { xx } } val Any.xxx: Int get() = 1 val I.xxx: Int get() = 1 fun Any.xxx() = 1 fun C.xxx() = 1 // EXIST: { lookupString: "xxx", itemText: "xxx", tailText: " for I in ppp", typeText: "Int" } // EXIST: { lookupString: "xxx", itemText: "xxx", tailText: "() for C in ppp", typeText: "Int" } // NOTHING_ELSE