mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
reflect: uncomment TestAppend and fix a bug it found
This commit is contained in:
@@ -1666,6 +1666,7 @@ func (v *Value) extendSlice(n int) {
|
||||
cap: ncap,
|
||||
}
|
||||
|
||||
v.flags = valueFlagExported
|
||||
v.value = (unsafe.Pointer)(&newslice)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user