func TestBadURICrash_VSCodeIssue1498(t *testing.T) { … } // fix bug involving type parameters and regular parameters // (golang/vscode-go#2527) func TestSemantic_2527(t *testing.T) { … } // fix inconsistency in TypeParameters // https://github.com/golang/go/issues/57619 func TestSemantic_57619(t *testing.T) { … } func TestSemanticGoDirectives(t *testing.T) { … } // Make sure no zero-length tokens occur func TestSemantic_65254(t *testing.T) { … }