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

7 lines
72 B
Kotlin
Vendored

// OPTION: 1
fun foo() {
<caret>{
println("lambda")
}
}