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 (<info descr="null">~bar</info>@ fun(): Boolean { return@<info descr="null">bar</info> false })
|
||||
}
|
||||
Reference in New Issue
Block a user