Is self the first comment of a group of comment?

Property definitions

nitc :: pretty $ TComment :: is_first_in_group
	# 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