]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: clean up encoding of method expressions and add test
authorRobert Griesemer <gri@golang.org>
Wed, 11 May 2016 18:28:36 +0000 (11:28 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 11 May 2016 19:23:04 +0000 (19:23 +0000)
commitaff4889089f970fb739acf5e3a5bddd3491a908b
tree341c65d32ae4fc00cfa85a80a776c1d851924bf5
parente9407ae514df7d18e162ce03ebd530fe21aed16d
cmd/compile: clean up encoding of method expressions and add test

Fixes #15646.

Change-Id: Ic13d1adc0a358149209195cdb03811eeee506fb8
Reviewed-on: https://go-review.googlesource.com/23052
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/bexport.go
src/cmd/compile/internal/gc/bimport.go
test/fixedbugs/issue15646.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue15646.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue15646.go [new file with mode: 0644]