The starting line number (starting from 1)

If line_start==0 then the whole file is considered

Property definitions

nitc $ Location :: line_start
	# The starting line number (starting from 1)
	#
	# If `line_start==0` then the whole file is considered
	var line_start: Int
src/location.nit:74,2--77,20