Files
kotlin/idea/testData/debugger/smartStepInto/funWithExpressionBody.kt
2015-07-23 11:54:42 +03:00

5 lines
57 B
Kotlin
Vendored

fun foo() = <caret>bar()
fun bar() = 1
// EXISTS: bar()