Introduce Variable: Parenthesize binary expressions if operation references starts with a new line

#KT-3933 Fixed
This commit is contained in:
Alexey Sedunov
2015-12-08 16:38:19 +03:00
parent ffc8b6fd89
commit 1824f10f07
10 changed files with 87 additions and 2 deletions
@@ -0,0 +1,6 @@
fun foo(i: Int) { }
fun test() {
foo(<selection>1
+ 2 - 3</selection>)
}