for example, the most current two release branches are release-branch.go1.16 and release-branch.go1.17, from which new Go 1.16.x and Go 1.17.x releases are cut) Fixes for experimental ports are generally not backported
package analysis // golang.org/x/tools/go/analysis
type Pass struct {
...
// AllObjectFacts returns a new slice containing all object
// facts of the analysis's FactTypes in unspecified order.
AllObjectFacts func() []ObjectFact
t #3395