blob: 8d14fb072e25c3280a24e17901b7a8b8605098f6 [file] [log] [blame]
class C {
constructor()
init {
}
fun foo() {
}
<selection> <caret>// comment
val bar = 1
</selection>}