mirror of
https://github.com/golang/go
synced 2024-11-19 00:54:42 -07:00
cf7368c879
Cause: emitExtract requires a type for each component of the receive tuple; blank supplies no such type. Solution: remove type parameter for emitExtract as it is no longer needed: since rev b75cc03b4a56 it is always identical to the tuple.Type().At(index). + tests. Fixes golang/go#6806. R=gri, gri CC=axwalk, golang-dev https://golang.org/cl/30410043 |
||
---|---|---|
.. | ||
testdata | ||
external_plan9.go | ||
external_unix.go | ||
external_windows.go | ||
external.go | ||
interp_test.go | ||
interp.go | ||
map.go | ||
ops.go | ||
reflect.go | ||
value.go |