Files
kotlin/idea/testData/debugger/smartStepInto/empty.kt
Natalia Ukhorskaya e8d2ba197e Debugger: implement Smart Step Into
#KT-4639 Fixed
2014-03-21 16:08:01 +04:00

3 lines
34 B
Kotlin
Vendored

fun foo() {
val a = 1<caret>
}