b2d2165342
#KT-26431 Fixed
6 lines
95 B
Kotlin
Vendored
6 lines
95 B
Kotlin
Vendored
// "Remove redundant label" "true"
|
|
fun foo() {
|
|
<caret>L1@ val x = L2@ bar()
|
|
}
|
|
|
|
fun bar() {} |