mirror of
https://github.com/golang/go
synced 2024-11-17 15:04:45 -07:00
go/types: be more precise in API comment
Change-Id: I24c4b08091bf3b8734f5dcdb9eac1a3582a4daa8 Reviewed-on: https://go-review.googlesource.com/135116 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
8e2333b282
commit
8eb36ae9c7
@ -180,7 +180,7 @@ type Info struct {
|
||||
//
|
||||
// *ast.ImportSpec *PkgName for imports without renames
|
||||
// *ast.CaseClause type-specific *Var for each type switch case clause (incl. default)
|
||||
// *ast.Field anonymous parameter *Var
|
||||
// *ast.Field anonymous parameter *Var (incl. unnamed results)
|
||||
//
|
||||
Implicits map[ast.Node]Object
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user