mirror of https://github.com/golang/go.git
make f(g()) work when g returns multiple
args with names different than f expects.
func swap(a, b int) (c, d int) {
return b, a
}
swap(swap(1,2))
R=ken
OCL=24474
CL=24476
|
||
|---|---|---|
| .. | ||
| bug085.go | ||
| bug087.go | ||
| bug108.go | ||
| bug115.go | ||
| bug117.go | ||
| bug122.go | ||
| bug123.go | ||
| bug125.go | ||
| bug129.go | ||
| bug130.go | ||
| bug131.go | ||
| bug132.go | ||