Is self the first AST token on its line in the source

Computed by parentize_tokens

Note, some tokens detached from the AST may precede self even if is_starting_line is true One can use first_real_token_in_line to get the real starting token

Property definitions

nitc :: astutil $ Token :: is_starting_line
	# Is self the first AST token on its line in the source
	# Computed by `parentize_tokens`
	#
	# Note, some tokens detached from the AST
	# may precede `self` even if `is_starting_line` is true
	# One can use `first_real_token_in_line` to get the real starting token
	var is_starting_line = false
src/astutil.nit:110,2--116,29