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