e58d9c5507
So #KT-23137 Fixed
5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
fun test2(): Int {
|
|
// comment */<caret>
|
|
val foo = 1
|
|
return foo
|
|
} |