]> Cypherpunks repositories - gostls13.git/commit
go/types: remove a TODO, enable a test
authorRobert Griesemer <gri@golang.org>
Fri, 5 Oct 2018 00:30:42 +0000 (17:30 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 5 Oct 2018 17:56:34 +0000 (17:56 +0000)
commit497fd2c09ca4ed1d9f9d397aed71fce741e3588a
tree2f8bb8ca0d5deef3b536c23a72fcb8992184141a
parent71d40c492fa92e710f9a3b2f26881a86f877ae95
go/types: remove a TODO, enable a test

1) Scopes do have a comment field for documentation (debugging output).
   No need to do anything extra.

2) The testcase in expr3.src has ok error messages. Enabled.

Change-Id: Ic1a03bfec0a6a70d876aa6cfb936973abe58fe6c
Reviewed-on: https://go-review.googlesource.com/c/139902
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/scope.go
src/go/types/testdata/expr3.src