Implement Unwrap/Remove for lambdas
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// OPTION: 0
|
||||
fun foo() {
|
||||
run(1, 2) <caret>{
|
||||
println("lambda")
|
||||
println("another lambda")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user