33969c5f9a
^KT-40704 Fixed
6 lines
69 B
Kotlin
Vendored
6 lines
69 B
Kotlin
Vendored
fun test() {
|
|
foo()
|
|
/* comment */<caret>;foo()
|
|
}
|
|
|
|
fun foo() {} |