Introduce Refactorings: Implement trimming renderer for expression
chooser. Do not suggest parenthesized expressions #KT-9028 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
fun foo() {
|
||||
(<caret>1
|
||||
+ 2 -
|
||||
3)*(-
|
||||
4)
|
||||
}
|
||||
|
||||
/*
|
||||
1
|
||||
1 + 2
|
||||
1 + 2 - 3
|
||||
(1 + 2 - 3) * (-4)
|
||||
*/
|
||||
Reference in New Issue
Block a user