Lines of code for declarations (written at the top of the body)

Property definitions

nitc $ CodeWriter :: decl_lines=
	# Lines of code for declarations (written at the top of the body)
	var decl_lines = new Array[String]
src/compiler/abstract_compiler.nit:1303,2--1304,35