e58d9c5507
So #KT-23137 Fixed
7 lines
92 B
Kotlin
Vendored
7 lines
92 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test() {
|
|
/**
|
|
* comment
|
|
*/<caret>
|
|
val foo = 1
|
|
} |