Files
kotlin-fork/idea/testData/intentions/removeUnnecessaryParentheses/unnecessaryParenthesesWithComment.kt
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
75 B
Kotlin
Vendored

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