]> Cypherpunks repositories - gostls13.git/commit
exp/types/staging: index and slice type checks
authorRobert Griesemer <gri@golang.org>
Tue, 16 Oct 2012 17:20:03 +0000 (10:20 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 16 Oct 2012 17:20:03 +0000 (10:20 -0700)
commit71588bc2bceddb95795bc5a306c835e5d8f58fdc
treed62bdf444265e3015b47559eb832beda46db6da7
parentf24323c93e524bfa7d24cd7dcea93c11b983d4d5
exp/types/staging: index and slice type checks

Also: handle assignments to the blank identifier.

R=rsc
CC=golang-dev
https://golang.org/cl/6658050
src/pkg/exp/types/staging/const.go
src/pkg/exp/types/staging/expr.go
src/pkg/exp/types/staging/stmt.go
src/pkg/exp/types/staging/testdata/decls1.src
src/pkg/exp/types/staging/testdata/expr3.src