We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63730fe commit 8625199Copy full SHA for 8625199
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