Is self the last comment of a group of comments?

Property definitions

nitc :: pretty $ TComment :: is_last_in_group
	# Is `self` the last comment of a group of comments?
	private fun is_last_in_group: Bool do return not next_token isa TComment
src/pretty.nit:482,2--483,73