reflect: track flags when size changes from fits-in-pointer to not

Fixes #3328
This commit is contained in:
Damian Gryski
2022-12-07 09:45:03 -08:00
committed by Ayke
parent 5293d3e5f0
commit 86f125cf72
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -129,6 +129,7 @@ func main() {
&linkedList{
foo: 42,
},
struct{ A, B uintptr }{2, 3},
// interfaces
[]interface{}{3, "str", -4 + 2.5i},
} {