Files
kotlin-fork/idea/testData/intentions/removeUnnecessaryParentheses/unnecessaryParenthesesWithComment.kt.after
T
Toshiaki Kameyama 534cbae4ef KT-14391 RemoveUnnecessaryParenthesesIntention lost comment
on closing parenthesis

 ^KT-14391 Fixed
2018-05-07 12:40:57 +03:00

3 lines
66 B
Plaintext
Vendored

fun foo(x: Int): Int {
return /* aaa */ x /* bbb *//* ccc */
}