Actions
Feature #11534
closedCircular assignment / method shadowing unexpected behavior
Feature #11534:
Circular assignment / method shadowing unexpected behavior
Status:
Rejected
Assignee:
-
Target version:
-
Updated by nobu (Nobuyoshi Nakada) about 11 years ago
- Description updated (diff)
- Status changed from Open to Rejected
Assignment statements make variables.
Updated by tsmith (Tim Smith) about 11 years ago
- Tracker changed from Bug to Feature
Then consider it a feature request ;) First evaluate the righthand side, then make the variable.
Actions