go/ast.IndexListExpr.Pos (method, view implemented interface methods)

4 uses

	go/ast (current package)
		ast.go#L496: func (x *IndexListExpr) Pos() token.Pos  { return x.X.Pos() }

	go/types
		typexpr.go#L416: 		panic(fmt.Sprintf("%v: cannot instantiate %v", ix.Pos(), gtyp))
		typexpr.go#L441: 		tname := NewTypeName(ix.Pos(), orig.obj.pkg, orig.obj.name, nil)
		typexpr.go#L478: 				pos := ix.Pos()