]> Cypherpunks repositories - gostls13.git/commit
reflect: fix strings of SliceOf-created types
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 27 Apr 2016 17:10:49 +0000 (13:10 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 27 Apr 2016 18:07:24 +0000 (18:07 +0000)
commitbddfc337f9b053740b51e1fd8429f84dafa89205
tree2319aeca11a87efdacc6f2b98853484c2ea36843
parent217be5b35d8fb0f812ca59bf7dec3aa0fb850c46
reflect: fix strings of SliceOf-created types

The new type was inheriting the tflagExtraStar from its prototype.

Fixes #15467

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