Add quickfix removing names of function expressions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Remove identifier from function expression" "true"
|
||||
|
||||
fun foo() {
|
||||
(bar@ fun() {
|
||||
return@bar
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user