Files
kotlin-fork/idea/idea-completion/testData/basic/common/NoLocalsDeclaredAhead.kt
T

9 lines
120 B
Kotlin
Vendored

// FIR_COMPARISON
fun foo() {
val v = {
<caret>
val hello = 1
hello
}
}
// ABSENT: hello