// "Remove redundant label" "true" fun foo() { L1@ val x = L2@ bar() } fun bar() {}