nitc :: Token :: _next_looses
self
These tokens are on the same line than self
.
# Loose tokens that follow `self`
#
# These tokens are on the same line than `self`.
var next_looses = new Array[Token] is lazy
src/parser/parser_nodes.nit:392,2--395,43