e58d9c5507
So #KT-23137 Fixed
12 lines
103 B
Kotlin
Vendored
12 lines
103 B
Kotlin
Vendored
fun test() {
|
|
// comment1
|
|
|
|
//
|
|
|
|
// comment2<caret>
|
|
|
|
//
|
|
|
|
// comment3
|
|
val foo = 1
|
|
} |