No space between label and lambda in labeled expressions
#KT-22301 Fixed
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// IS_APPLICABLE: true
|
||||
fun foo() {
|
||||
bar(l@ { it * 3 })
|
||||
bar(l@{ it * 3 })
|
||||
}
|
||||
|
||||
fun bar(b: (Int) -> Int) {
|
||||
|
||||
Reference in New Issue
Block a user