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