We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656b7a0 commit e805741Copy full SHA for e805741
sdks/go/pkg/beam/util/starcgenx/starcgenx.go
@@ -521,6 +521,7 @@ func (e *Extractor) extractFromTuple(tuple *types.Tuple) {
521
if pkg := at.Obj().Pkg(); pkg != nil {
522
e.imports[pkg.Path()] = struct{}{}
523
}
524
+ e.extractType(at.Obj())
525
526
if t, ok := t.(*types.Named); ok {
527
if pkg := t.Obj().Pkg(); pkg != nil {
0 commit comments