Resolve the specified system id.

Property definitions

saxophonit $ XophonReader :: resolve_system_id
	# Resolve the specified system id.
	private fun resolve_system_id(system_id: String): MaybeError[String, Error] do
		return realpath(system_id)
		# TODO: handle URIs
	end
lib/saxophonit/saxophonit.nit:724,2--728,4