Files
kotlin-fork/idea/testData/debugger/selectExpression/propertyCall.kt
T

6 lines
52 B
Kotlin

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