Debugger: implement Smart Step Into
#KT-4639 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
<caret>f2("aaa${f1()}")
|
||||
}
|
||||
|
||||
fun f1() = "1"
|
||||
fun f2(s: String) {}
|
||||
|
||||
// EXISTS: f1(), f2(String)
|
||||
Reference in New Issue
Block a user