Suffix for the entity, "" if no prefix is found

Property definitions

nitc $ AAugmentedLiteral :: _suffix
	# Suffix for the entity, "" if no prefix is found
	protected var suffix: String is lazy do return text.substring_from(text.last_index_of(delimiter_end) + 1)
src/literal.nit:113,2--114,106