8 lines
113 B
Plaintext
Vendored
8 lines
113 B
Plaintext
Vendored
// "Remove identifier from anonymous function" "true"
|
|
|
|
fun foo() {
|
|
(bar@ fun() {
|
|
return@bar
|
|
})
|
|
}
|