Opened 16 years ago

Closed 16 years ago

#238 closed defect (fixed)

source text for implicit return is empty

Reported by: Stephen Siegel Owned by: bperry
Priority: minor Milestone: Release 1.0
Component: front Version: 1.0
Keywords: front return brace curly Cc:

Description

The source text for an implicit return (i.e., a function that returns by hitting the final '}') is empty. At some point it was actually the right curly brace "}". Don't know what happened, but it is better to have it be "}" -- makes more sense.

Change History (3)

comment:1 by bperry, 16 years ago

Owner: changed from ywei to bperry
Status: newaccepted

comment:2 by bperry, 16 years ago

Status: acceptedassigned

comment:3 by bperry, 16 years ago

Resolution: fixed
Status: assignedclosed

Changed the implicit return's source information to be the line and column of the encompassing function's RCURLY token and set the text to }.

Note: See TracTickets for help on using tickets.