gotools/go/analysis/analysistest/analysistest_test.go

func init() {}

// TestTheTest tests the analysistest testing infrastructure.
func TestTheTest(t *testing.T) {}

// TestNoEnd tests that a missing SuggestedFix.End position is
// correctly interpreted as if equal to SuggestedFix.Pos (see issue #64199).
func TestNoEnd(t *testing.T) {}

func TestModule(t *testing.T) {}

type errorfunc

func (f errorfunc) Errorf(format string, args ...interface{}