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