Fixed formatter for function expression

This commit is contained in:
Stanislav Erokhin
2015-03-26 16:16:11 +03:00
parent daa437b535
commit cbcd2c3cce
8 changed files with 77 additions and 16 deletions
@@ -1,8 +1,6 @@
val h = { -> }
val l = @bar (
fun Int.bar() {
})
val l = @bar (fun Int.bar() {
})
val s = (
fun (): Int = 5)()
val s = (fun (): Int = 5)()