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