]> Cypherpunks repositories - gostls13.git/commit
go/ast: fixed bug in NotNilFilter, added test
authorRobert Griesemer <gri@golang.org>
Wed, 13 Apr 2011 16:37:13 +0000 (09:37 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 13 Apr 2011 16:37:13 +0000 (09:37 -0700)
commit7c270aef08fa22935265540614532258d58fccb4
treef775c399421f3296943b0abaa3090d6d59a91cf2
parentdcf32a24a000651dc60dfbc6adc35482d5cdcfec
go/ast: fixed bug in NotNilFilter, added test

- fixed a couple of comments
- cleanups after reflect change

R=rsc
CC=golang-dev
https://golang.org/cl/4389041
src/pkg/go/ast/print.go
src/pkg/go/ast/print_test.go [new file with mode: 0644]