Fix smart step into functions with expression body

This commit is contained in:
Natalia Ukhorskaya
2015-07-21 16:10:06 +03:00
parent 6c9da53414
commit c8f57e007c
3 changed files with 12 additions and 1 deletions
@@ -0,0 +1,5 @@
fun foo() = <caret>bar()
fun bar() = 1
// EXISTS: bar()