Introduce Variable: Parenthesize binary expressions if operation references starts with a new line
#KT-3933 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun foo(i: Int) { }
|
||||
|
||||
fun test() {
|
||||
val i = (1 + 2
|
||||
- 3)
|
||||
foo(i)
|
||||
}
|
||||
Reference in New Issue
Block a user