Formatter: now always adds space between reference expression and function literal. Test is included.
#KT-3932 fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
array(1, 2, 3).map{ v -> v }
|
||||
}
|
||||
Reference in New Issue
Block a user