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

8 lines
114 B
Kotlin
Vendored

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