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