]> Cypherpunks repositories - gostls13.git/commit
go/parser: check presence of 2nd and 3rd index in 3-index slice
authorRobert Griesemer <gri@golang.org>
Tue, 11 Feb 2014 21:40:37 +0000 (13:40 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 11 Feb 2014 21:40:37 +0000 (13:40 -0800)
commit13a5958db328a74f863d8391f453a81ae326fd31
tree5a2a2a5b7dd046b9b1caaf65826625d2b3f76bd8
parent85e4cb2f10eb1bbc147b6b549f48eb243c3517e3
go/parser: check presence of 2nd and 3rd index in 3-index slice

Fixes #7305.

LGTM=adonovan
R=bradfitz, adonovan
CC=golang-codereviews
https://golang.org/cl/58950045
src/pkg/go/parser/parser.go
src/pkg/go/parser/short_test.go