Fix smart step into functions with expression body
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() = <caret>bar()
|
||||
|
||||
fun bar() = 1
|
||||
|
||||
// EXISTS: bar()
|
||||
Reference in New Issue
Block a user