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