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