KT-5308 Wrong ExplicitReceiverKind when access to IntRange.EMPTY
#KT-5308 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
//KT-5308 Wrong ExplicitReceiverKind when access to IntRange.EMPTY
|
||||
fun test() {
|
||||
IntRange.<caret>EMPTY
|
||||
}
|
||||
Reference in New Issue
Block a user