Files
kotlin/idea/testData/debugger/selectExpression/propertyCall.kt

6 lines
52 B
Kotlin
Vendored

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