Opened 16 years ago

Closed 16 years ago

#244 closed defect (fixed)

shadow variables handled incorrectly

Reported by: Stephen Siegel Owned by: zirkel
Priority: major Milestone: Release 1.0
Component: front Version: 1.0
Keywords: shadow variable local Cc:

Description

When a local variable and global variable have the same name, and the identifier appears in the function body, the front end interprets the identifier as the global instead of the local

Change History (2)

comment:1 by Stephen Siegel, 16 years ago

Owner: changed from ywei to zirkel
Status: newassigned

comment:2 by Stephen Siegel, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed by Ben.

Note: See TracTickets for help on using tickets.