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 |
||
|---|---|---|
| .. | ||
| a_test.go | ||
| b_test.go | ||
| boundmeth.go | ||
| coverage.go | ||
| fieldprom.go | ||
| ifaceconv.go | ||
| ifaceprom.go | ||
| initorder.go | ||
| methprom.go | ||
| mrvchain.go | ||
| recover.go | ||