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 , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 16 years ago
| Status: | accepted → assigned |
|---|
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

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 }.