No space between label and lambda in labeled expressions
#KT-22301 Fixed
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ fun test1() {
|
||||
}
|
||||
|
||||
fun test2() {
|
||||
listOf(1).forEach lit@ {
|
||||
listOf(1).forEach lit@{
|
||||
if (it == 0) return@lit
|
||||
print(it)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user