Is the call alone on its line?

Property definitions

nitc :: pretty $ ACallExpr :: is_stmt
	# Is the call alone on its line?
	fun is_stmt: Bool do return parent isa ABlockExpr
src/pretty.nit:1614,2--1615,50