aboutsummaryrefslogtreecommitdiffstats
path: root/testdata
AgeCommit message (Expand)Author
2023-05-16Add license (GNU GPLv3+)Teddy Wing
2023-05-16Report reference-type closure argumentsTeddy Wing
2023-05-16Use scope test to report captured variablesTeddy Wing
2023-05-16Add automated testTeddy Wing
2023-05-15Try getting `GenDecl`s in closureTeddy Wing
2023-05-15Add test for reference argumentsTeddy Wing
2023-05-15Add a new test for struct methodsTeddy Wing
2023-05-15Find out how to get closure argumentsTeddy Wing
2023-05-15testdata/simple.go: Add package and function callTeddy Wing
2023-05-15testdata/simple.go: Add a local variable in closureTeddy Wing
2023-05-15testdata/simple.go: Find out what happens when var is reusedTeddy Wing
2023-05-15Find variables in `go func` closuresTeddy Wing
2023-05-14Find `go` statements using Go analyzerTeddy Wing