Is the call alone on its line?

Property definitions

nitc :: pretty $ ASuperExpr :: is_stmt
	# Is the call alone on its line?
	fun is_stmt: Bool do return self.first_token.is_starting_line
src/pretty.nit:1906,2--1907,62