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,7 @@
// OPTION: 0
fun foo() {
run(1, 2) <caret>{
println("lambda")
println("another lambda")
}
}