summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug446.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/gc: fix initialization order involving method calls.R?my Oudompheng2012-07-301-0/+36
They were previously ignored when deciding order and detecting dependency loops. Fixes issue 3824. R=rsc, golang-dev CC=golang-dev, remy http://codereview.appspot.com/6455055