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