Parts of AST that contain a write to a variable

Property definitions

nitc $ BasicBlock :: write_sites=
	# Parts of AST that contain a write to a variable
	var write_sites = new Array[AVarFormExpr]
src/ssa.nit:41,2--42,42