Debugger: implement Smart Step Into
#KT-4639 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun foo() {
|
||||
val a = 1
|
||||
<caret>for (a in f1()) {
|
||||
f2()
|
||||
}
|
||||
}
|
||||
|
||||
fun f1() = 1..2
|
||||
fun f2() {}
|
||||
|
||||
// EXISTS: f1()
|
||||
Reference in New Issue
Block a user