]> Cypherpunks repositories - gostls13.git/commit
go/types: fixed a few failure checks
authorRobert Griesemer <gri@golang.org>
Sat, 2 Mar 2013 01:39:22 +0000 (17:39 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 2 Mar 2013 01:39:22 +0000 (17:39 -0800)
commit83c8cc54361b075e6ec9d0d62d3c29803fbbf594
tree8f5a68f3c54beab1fb8ff7777e5373c4361a0458
parent7c793826d44a6abb76f7846c51503f574eafe9e4
go/types: fixed a few failure checks

More robustness in case of incorrect programs.

Fixes #4962.

R=dsymonds
CC=golang-dev
https://golang.org/cl/7429047
src/pkg/go/types/expr.go
src/pkg/go/types/stmt.go