Is the expression returning a Code Point ?

Property definitions

nitc :: literal $ ACharExpr :: is_code_point
	# Is the expression returning a Code Point ?
	fun is_code_point: Bool do return prefix == "u"
src/literal.nit:132,2--133,48