//KT-5308 Wrong ExplicitReceiverKind when access to IntRange.EMPTY fun test() { IntRange.EMPTY } Resolved call: Resulting descriptor: val EMPTY: IntRange defined in kotlin.IntRange. Explicit receiver kind = THIS_OBJECT This object = IntRange {} Receiver argument = NO_RECEIVER