c442d69db6
#KT-16476 Fixed
13 lines
140 B
Kotlin
Vendored
13 lines
140 B
Kotlin
Vendored
class C {
|
|
fun foo() {
|
|
}
|
|
|
|
<selection><caret> /**
|
|
* comment
|
|
*/
|
|
</selection> fun bar() {
|
|
}
|
|
|
|
fun baz() {
|
|
}
|
|
} |