go/pkg/mod/golang.org/x/[email protected]/go/internal/gcimporter/bexport_test.go

var isRace

func TestBExportData_stdlib(t *testing.T) {}

func fileLine(fset *token.FileSet, obj types.Object) string {}

// equalObj reports how x and y differ.  They are assumed to belong to
// different universes so cannot be compared directly.
func equalObj(x, y types.Object) error {}

func equalType(x, y types.Type) error {}

func equalTypeArgs(x, y *typeparams.TypeList) error {}

func equalTypeParams(x, y *typeparams.TypeParamList) error {}

// sanitizeName removes type parameter debugging markers from an object
// or type string, to normalize it for comparison.
// TODO(rfindley): remove once this is no longer necessary.
func sanitizeName(name string) string {}

// TestVeryLongFile tests the position of an import object declared in
// a very long input file.  Line numbers greater than maxlines are
// reported as line 1, not garbage or token.NoPos.
func TestVeryLongFile(t *testing.T) {}

const src

func checkPkg(t *testing.T, pkg *types.Package, label string) {}

func TestTypeAliases(t *testing.T) {}