fix test: redundant parentheses are no longer generated
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
val h = { -> }
|
||||
|
||||
val l = bar@ (fun Int.bar() {
|
||||
})
|
||||
val l = bar@ fun Int.bar() {
|
||||
}
|
||||
|
||||
val s = (fun (): Int = 5)()
|
||||
Reference in New Issue
Block a user