8 lines
120 B
Kotlin
Vendored
8 lines
120 B
Kotlin
Vendored
// "Remove identifier from function expression" "true"
|
|
|
|
fun foo() {
|
|
(fun bar<caret>() {
|
|
return@bar
|
|
})
|
|
}
|