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

6 lines
95 B
Kotlin

// IS_APPLICABLE: false
val x = <caret>{
println("lambda")
println("another lambda")
}