3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
go/internal/gcimporter: remove incorrect r.Bool() read
This was meant to be an exact copy of this snippet from the compiler's
importer:
nreceivers := 0
if r.Version().Has(pkgbits.GenericMethods) {
nreceivers = r.Len()
}
nexplicits := r.Len()
An additional r.Bool() read was likely copied from a similar version
check nearby; it's not the appropriate version check in this case. This
copy / paste error was unfortunately copied to the x/tools importer too.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |