• Russ Cox's avatar
    bug064 · b0009bef
    Russ Cox authored
    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
    b0009bef
Name
Last commit
Last update
..
bug085.go Loading commit data...
bug087.go Loading commit data...
bug108.go Loading commit data...
bug115.go Loading commit data...
bug117.go Loading commit data...
bug122.go Loading commit data...
bug123.go Loading commit data...
bug125.go Loading commit data...
bug129.go Loading commit data...
bug130.go Loading commit data...
bug131.go Loading commit data...
bug132.go Loading commit data...