Change formatting of function expressions without names
No spaces between 'fun' and value parameter list
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// "Migrate lambda syntax" "true"
|
||||
|
||||
|
||||
val a = fun (p: Int): String {
|
||||
val a = fun(p: Int): String {
|
||||
val v = p + 1
|
||||
return v.toString()
|
||||
// returns v.toString()
|
||||
|
||||
Reference in New Issue
Block a user