]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] go/ast: multiple "blank" imports are permitted
authorRobert Griesemer <gri@golang.org>
Fri, 21 Sep 2012 19:53:40 +0000 (05:53 +1000)
committerRobert Griesemer <gri@golang.org>
Fri, 21 Sep 2012 19:53:40 +0000 (05:53 +1000)
commit3046fc97548de217735e710e4a0ce32ce610810a
treedd81614858b1f707a97d4e4a23ba6162f182b7ec
parent002a3b4722680ce8765acb2e22afe2fab7480c3f
[release-branch.go1] go/ast: multiple "blank" imports are permitted

««« backport 2033e1b11a20
go/ast: multiple "blank" imports are permitted

R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/6303099

»»»
src/pkg/exp/types/check_test.go [new file with mode: 0644]
src/pkg/exp/types/testdata/test0.src [new file with mode: 0644]
src/pkg/go/ast/resolve.go