1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:00:04 -07:00
The Go programming language
Go to file
Russ Cox c3d841f5d4 handle negative numeric constants in import.
(fixes bugs/bug106)

package bug0
export const A = -1

package bug1
import "bug0"

R=ken
DELTA=21  (19 added, 0 deleted, 2 changed)
OCL=15901
CL=15968
2008-09-26 11:44:20 -07:00
doc 1) Fixed spec w/ respect to result types. 2008-09-26 11:15:14 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07: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 handle negative numeric constants in import. 2008-09-26 11:44:20 -07:00
test Add test case for 6g bug: result variable does not hide the 2008-09-25 20:31:03 -07:00
usr/gri Snapshot. 2008-09-25 17:20:39 -07:00