Indicate if the expression has an array comprehension form

Property definitions

nitc $ Frame :: comprehension
	# Indicate if the expression has an array comprehension form
	var comprehension: nullable Array[Instance] = null
src/interpreter/naive_interpreter.nit:855,2--856,51