]> Cypherpunks repositories - gostls13.git/commit
spec: only require parens around ambiguous conversions
authorRuss Cox <rsc@golang.org>
Mon, 11 Feb 2013 12:48:14 +0000 (07:48 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 11 Feb 2013 12:48:14 +0000 (07:48 -0500)
commit71c941b6f6c133dec3c632b373eaae458eb055e7
tree5b691a4b303659380d34b34e120cdedd3b794b26
parent7576179aa3de1afc372da5ac9e9d4bcbdf226560
spec: only require parens around ambiguous conversions

This is documenting the status quo. The previous cleanup
added this language as an implementation restriction, but
at least for now it is really part of the language proper.

Fixes #4605.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7305071
doc/go_spec.html