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