Property definitions

nitc :: lexer_work $ EOF :: init_tk
    init init_tk(loc: Location)
    do
        _cached_text = ""
		_location = loc
    end
src/parser/lexer_work.nit:42,5--46,7