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