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