Rename: Support labeled expressions
#KT-7107 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun <R> foo(f: () -> R) = f()
|
||||
|
||||
fun test() {
|
||||
foo (/*rename*/bar@ fun(): Boolean { return@bar false })
|
||||
}
|
||||
Reference in New Issue
Block a user