]> Cypherpunks repositories - gostls13.git/commit
go/ast: improve comment on FuncDecl.Body
authorAlan Donovan <adonovan@google.com>
Wed, 28 Jun 2017 21:40:05 +0000 (17:40 -0400)
committerAlan Donovan <adonovan@google.com>
Wed, 28 Jun 2017 21:44:26 +0000 (21:44 +0000)
commit0f61ae7e17cb13ad530b6c6708157d7b8dc0aa8f
tree4e5340a5d873f605a712eb935e1af79c0f471a33
parent3858349ec956b4abb052ba3191da16dc487c4ad4
go/ast: improve comment on FuncDecl.Body

"Forward declaration" suggests that declarations must precede calls.

Change-Id: I1b3a26b58f52a39bc11d75696df928a6b66c7313
Reviewed-on: https://go-review.googlesource.com/47073
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/ast/ast.go