Formatter: now always adds space between reference expression and function literal. Test is included.

#KT-3932 fixed
This commit is contained in:
sayon
2013-08-27 17:54:25 +04:00
parent a0500f56d2
commit a3bfd25825
4 changed files with 12 additions and 0 deletions
@@ -0,0 +1,3 @@
fun f() {
array(1, 2, 3).map{ v -> v }
}