Extract Function: Parenthesize binary expressions if operation reference starts with a new line
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
fun foo(i: Int) { }
|
||||
|
||||
fun test() {
|
||||
foo(<selection>1 // abc
|
||||
/*def*/ + 2</selection>)
|
||||
}
|
||||
Reference in New Issue
Block a user