No space between label and lambda in labeled expressions
#KT-22301 Fixed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
fun run(block: () -> Unit) = block()
|
||||
|
||||
fun foo() {
|
||||
run label@ {
|
||||
run label@{
|
||||
return@label
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user