534cbae4ef
on closing parenthesis ^KT-14391 Fixed
3 lines
75 B
Kotlin
Vendored
3 lines
75 B
Kotlin
Vendored
fun foo(x: Int): Int {
|
|
return <caret>(/* aaa */ x /* bbb */)/* ccc */
|
|
} |