go.toools/go/types: clearer comment (per adonovan)
R=adonovan CC=golang-dev https://golang.org/cl/40860045
This commit is contained in:
parent
130693e419
commit
11cfd4a636
|
|
@ -145,7 +145,7 @@ type Info struct {
|
||||||
//
|
//
|
||||||
// node declared object
|
// node declared object
|
||||||
//
|
//
|
||||||
// *ast.ImportSpec *PkgName (imports w/o renames), or imported objects (dot-imports)
|
// *ast.ImportSpec *PkgName for dot-imports and imports without renames
|
||||||
// *ast.CaseClause type-specific *Var for each type switch case clause (incl. default)
|
// *ast.CaseClause type-specific *Var for each type switch case clause (incl. default)
|
||||||
// *ast.Field anonymous struct field or parameter *Var
|
// *ast.Field anonymous struct field or parameter *Var
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue