Extract Function: Parenthesize binary expressions if operation reference starts with a new line
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
fun foo(i: Int) { }
|
||||
|
||||
fun test() {
|
||||
foo(i())
|
||||
}
|
||||
|
||||
private fun i() = (1 + 2
|
||||
- 3)
|
||||
Reference in New Issue
Block a user