]> Cypherpunks repositories - gostls13.git/commit
go/constant: document that BinaryOp doesn't handle comparisons or shifts
authorRobert Griesemer <gri@golang.org>
Sat, 5 Nov 2016 20:14:23 +0000 (13:14 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 5 Nov 2016 23:59:04 +0000 (23:59 +0000)
commit2b445c76453ee79d02ea50f50f619d8f7250fa87
tree4063a481316572235716973a974825eaea827047
parentd0cf0421717a93b705efcbce0770a24361582445
go/constant: document that BinaryOp doesn't handle comparisons or shifts

Fixes #17797.

Change-Id: I544df81c4bcf3cbd36a793be40050f14f9a9974f
Reviewed-on: https://go-review.googlesource.com/32761
Reviewed-by: Dominik Honnef <dominik@honnef.co>
src/go/constant/value.go