Try to resolve expression as class object if resolution found an inappropriate result
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
enum class E {
|
||||
entry
|
||||
}
|
||||
|
||||
val Int.entry = 42
|
||||
val Long.entry = 239
|
||||
|
||||
val e = E.entry
|
||||
Reference in New Issue
Block a user