]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: preserve qualified names of unexported methods in imports.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 22 Jan 2014 03:55:50 +0000 (22:55 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 22 Jan 2014 03:55:50 +0000 (22:55 -0500)
commit20137eb4b9cdb2d71264e502333b1353f29a7e35
treefc03f85396b90932a1894b11d3c8f007dd0628c0
parent062ae4571168608ca2bcd6fa1a9d122a20a5d677
cmd/gc: preserve qualified names of unexported methods in imports.

Fixes #6295.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/20850043
src/cmd/gc/dcl.c
test/fixedbugs/issue6295.dir/p0.go [new file with mode: 0644]
test/fixedbugs/issue6295.dir/p1.go [new file with mode: 0644]
test/fixedbugs/issue6295.dir/p2.go [new file with mode: 0644]
test/fixedbugs/issue6295.go [new file with mode: 0644]