Debugger: Remove debugger-related hacks in resolution
Candidate ordering should be the same in ordinary Kotlin code and in evaluated expressions. With the invention of 'foo_field' syntax, there is no need to do these nasty things any more.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import java.util.ArrayList
|
||||
|
||||
fun foo() {
|
||||
val a = ArrayList<String>()
|
||||
<caret>val x = 5
|
||||
}
|
||||
Reference in New Issue
Block a user