]> Cypherpunks repositories - gostls13.git/commit
go/ast, go/types: remove some stale TODOs
authorRobert Findley <rfindley@google.com>
Fri, 8 Oct 2021 14:37:54 +0000 (10:37 -0400)
committerRobert Findley <rfindley@google.com>
Fri, 8 Oct 2021 16:26:20 +0000 (16:26 +0000)
commit99c1b249b1ffe3b36c5c95572f4497be86b5d727
tree6f1627b838c980e02b9da546c65e753fc5ee24fc
parentb3a4b2df09be4e0a85f4204e71a4c1c8e542f4f8
go/ast, go/types: remove some stale TODOs

We've decided to leave TParams on FuncType, and type list syntax is
no longer part of the proposal.

Change-Id: Id34f6495a358d76994df331384a4b93487275c4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/354751
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/ast/ast.go
src/go/types/typestring_test.go