go/src/cmd/compile/internal/types2/example_test.go

// ExampleScope prints the tree of Scopes of a package created from a
// set of parsed files.
func ExampleScope() {}

// ExampleInfo prints various facts recorded by the type checker in a
// types2.Info struct: definitions of and references to each named object,
// and the type, value, and mode of every expression in the package.
func ExampleInfo() {}

func mode(tv types2.TypeAndValue) string {}