blob: 3d966df74213108c1a036c54cdeb069796b66522 [file]
// "Remove identifier from function expression" "true"
fun foo() {
(fun bar<caret>() {
return@bar
})
}