Files
kotlin-fork/idea/testData/slicer/inflow/extensionLambdaReceiver.kt
T

9 lines
101 B
Kotlin
Vendored

// FLOW: IN
// RUNTIME_WITH_SOURCES
fun foo() {
with("A") {
val <caret>v = this
}
}