Is self starts and ends its line?

Property definitions

nitc :: pretty $ TComment :: is_inline
	# Is `self` starts and ends its line?
	private fun is_inline: Bool do
		return self == first_real_token_in_line and self == last_real_token_in_line
	end
src/pretty.nit:467,2--470,4