aboutsummaryrefslogtreecommitdiffstats
path: root/testdata/function_local.go
AgeCommit message (Collapse)Author
2023-05-20Fix panic when go statement calls non-function-literalTeddy Wing
2023-05-19Add test for local closure assigned to variableTeddy Wing
Try to catch local closures not run directly from the `go` statement, but assigned to a variable first.