go/test/bugs
Russ Cox b0009bef20 bug064
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
2009-02-05 15:22:49 -08:00
..
bug085.go fix bug depot: 2008-08-11 22:07:49 -07:00
bug087.go bug: cannot take len() of a constant string 2008-08-07 17:56:12 -07:00
bug108.go Storing an out of range constant into a variable should 2008-09-29 11:03:21 -07:00
bug115.go bugs from old gri mail 2008-10-29 19:34:47 -07:00
bug117.go delete export 2009-01-20 14:40:40 -08:00
bug122.go new new & make 2009-01-06 15:19:02 -08:00
bug123.go delete export 2009-01-20 14:40:40 -08:00
bug125.go Add ERROR comment for errmsg to look for. 2008-11-18 15:58:43 -08:00
bug129.go bug129 2008-12-11 18:19:07 -08:00
bug130.go delete export 2009-01-20 14:40:40 -08:00
bug131.go Test that a const with an explicit type is not treated as 2009-01-15 11:23:35 -08:00
bug132.go - added comment with various viewpoints so we have whole story 2009-01-21 14:57:47 -08:00