gotools/gopls/internal/test/integration/workspace/metadata_test.go

func TestFixImportDecl(t *testing.T) {}

// Test that moving ignoring a file via build constraints causes diagnostics to
// be resolved.
func TestIgnoreFile(t *testing.T) {}

func TestReinitializeRepeatedly(t *testing.T) {}

// Test for golang/go#59458. With lazy module loading, we may not need
// transitively required modules.
func TestNestedModuleLoading_Issue59458(t *testing.T) {}