// FIR_IDENTICAL // SKIP_TXT // !DIAGNOSTICS: -UNUSED_PARAMETER import kotlin.reflect.KProperty0 import kotlin.reflect.KProperty1 object A fun property(property: KProperty1) = A fun property(property: KProperty0) = A val K.key get() : A = property(Map.Entry::key) // overload resolution ambiguity in the NI, OK in the OI