Parts of AST that contain a read to a variable

Property definitions

nitc $ BasicBlock :: _read_sites
	# Parts of AST that contain a read to a variable
	var read_sites = new Array[AVarFormExpr]
src/ssa.nit:38,2--39,41