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

9 lines
105 B
Kotlin

fun foo() {
[Ann() Ann] val a = bar()<caret>
}
annotation class Ann
fun bar() = 1
// EXISTS: bar()