Change formatting of function expressions without names
No spaces between 'fun' and value parameter list
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ val h = { -> }
|
||||
val l = bar@ fun Int.bar() {
|
||||
}
|
||||
|
||||
val s = (fun (): Int = 5)()
|
||||
val s = (fun(): Int = 5)()
|
||||
Reference in New Issue
Block a user