type golang.org/x/tools/internal/pkgbits.Version

11 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L24: 	version Version
		decoder.go#L83: 	pr.version = Version(ver)
		decoder.go#L519: func (w *Decoder) Version() Version { return w.common.version }
		encoder.go#L22: 	version Version
		encoder.go#L47: func NewPkgEncoder(version Version, syncFrames int) PkgEncoder {
		encoder.go#L392: func (w *Encoder) Version() Version { return w.p.version }
		version.go#L12: type Version uint32
		version.go#L19: 	V0 Version = iota
		version.go#L68: var introduced = [numFields]Version{
		version.go#L76: var removed = [numFields]Version{
		version.go#L83: func (v Version) Has(f Field) bool {