KT-14391 RemoveUnnecessaryParenthesesIntention lost comment
on closing parenthesis ^KT-14391 Fixed
This commit is contained in:
committed by
Natalia Selezneva
parent
143c3ccb95
commit
534cbae4ef
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Int): Int {
|
||||
return <caret>(/* aaa */ x /* bbb */)/* ccc */
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Int): Int {
|
||||
return /* aaa */ x /* bbb *//* ccc */
|
||||
}
|
||||
Reference in New Issue
Block a user