]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix parsing of inlined interface types with unexported methods
authorRobert Griesemer <gri@golang.org>
Sat, 30 Jan 2016 22:29:02 +0000 (14:29 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 1 Feb 2016 20:29:19 +0000 (20:29 +0000)
commitd37d76af43f590935b13f2d33b07ef51c2976354
treee2c3ea8d89fed0dc96630a07615df10f6bbe893f
parentaf15beeab5ff9cde411c3db086ca9a24ace4c898
cmd/compile: fix parsing of inlined interface types with unexported methods

Fixes #14164.

Change-Id: Ib1d1d29674c99cf88e0ae12724823a31f5dbb95c
Reviewed-on: https://go-review.googlesource.com/19087
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/compile/internal/gc/parser.go
test/fixedbugs/issue14164.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue14164.dir/main.go [new file with mode: 0644]
test/fixedbugs/issue14164.go [new file with mode: 0644]