]> Cypherpunks repositories - gostls13.git/commit
reflect: fix method type string
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 13 May 2016 16:33:27 +0000 (12:33 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 13 May 2016 17:44:48 +0000 (17:44 +0000)
commit0cc710dca63b79ed2dd6ce9375502e76e5fc0484
tree00419a5d5b4b5ac653581b83078aff4ba88ced80
parent2cc0f2209653f9f6931e0c3a1fb63e581a0fe87f
reflect: fix method type string

By picking up a spurious tFlagExtraStar, the method type was printing
as unc instead of func.

Updates #15673

Change-Id: I0c2c189b99bdd4caeb393693be7520b8e3f342bf
Reviewed-on: https://go-review.googlesource.com/23103
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/reflect/all_test.go
src/reflect/type.go