Skip current_token until the end of line.

Property definitions

nitc $ PrettyPrinterVisitor :: skip_line
	# Skip `current_token` until the end of line.
	fun skip_line do current_token = current_token.last_real_token_in_line
src/pretty.nit:156,2--157,71