1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:50:21 -07:00
The Go programming language
Go to file
Russ Cox 3067781ab9 func f() (int, int);
x := f();

used to give
	fatal error: dowidth fn struct struct { int; int }

now gives
	assignment count mismatch: 1 = 2

R=ken
OCL=27198
CL=27201
2009-04-07 22:20:37 -07:00
doc an attempt at simpler yet more correct semicolon rules. 2009-04-02 23:03:41 -07:00
include libmach: 2009-02-03 15:00:09 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src func f() (int, int); 2009-04-07 22:20:37 -07:00
test func f() (int, int); 2009-04-07 22:20:37 -07:00
usr/gri Daily snapshot. 2009-04-03 16:19:22 -07:00