e58d9c5507
So #KT-23137 Fixed
6 lines
70 B
Kotlin
Vendored
6 lines
70 B
Kotlin
Vendored
fun test() {
|
|
val foo = 1
|
|
|
|
// comment1<caret>
|
|
val bar = 1
|
|
} |