Implement Unwrap/Remove for lambdas

This commit is contained in:
Alexey Sedunov
2013-06-19 15:13:49 +04:00
parent 8964e0e152
commit 9d46c90165
23 changed files with 229 additions and 2 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
val x = <caret>{
println("lambda")
println("another lambda")
}