Skip the current_token.

Property definitions

nitc $ PrettyPrinterVisitor :: skip
	# Skip the `current_token`.
	fun skip do current_token = current_token.next_token
src/pretty.nit:153,2--154,53