summaryrefslogtreecommitdiff
path: root/src/go/parser/resolver_test.go
Commit message (Expand)AuthorAgeFilesLines
* go/parser: remove (internal) ability to disable generic codeRobert Griesemer2022-08-191-4/+0
* [dev.typeparams] go/internal/typeparams: remove the Enabled guardRob Findley2021-07-161-5/+1
* go/parser: move type params in scope for the function signatureRob Findley2021-04-161-1/+2
* go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley2021-04-131-1/+6
* go/parser: add resolution tests for type paramsRob Findley2021-03-311-1/+5
* go/parser: add data-driven tests for object resolutionRob Findley2021-03-301-0/+170