const go/internal/typeparams.DisallowTypeSets
2 uses
go/internal/typeparams (current package)
common.go#L13: DisallowTypeSets = 1 << 29 // Disallow eliding 'interface' in constraint type sets.
go/parser
parser.go#L80: func (p *parser) allowTypeSets() bool { return p.mode&typeparams.DisallowTypeSets == 0 }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)