nitc :: TComment :: is_last_in_group
self
# Is `self` the last comment of a group of comments? private fun is_last_in_group: Bool do return not next_token isa TComment