nitc :: TComment :: is_first_in_group
self
the first comment of a group of comment?
# Is `self` the first comment of a group of comment?
private fun is_first_in_group: Bool do return not prev_token isa TComment
src/pretty.nit:479,2--480,74