Files
kotlin-fork/idea/testData/codeInsight/unwrapAndRemove/unwrapLambda/lambdaPropertyInBlock.kt
T
2013-06-21 19:32:03 +04:00

7 lines
80 B
Kotlin
Vendored

// OPTION: 0
fun foo() {
val x = <caret>{
println("lambda")
}
}