Skip to content

Commit 8625199

Browse files
authored
[Go SDK] Add missing type inspection case for Alias types. (#34039)
1 parent 63730fe commit 8625199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdks/go/pkg/beam/util/starcgenx/starcgenx.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ func (e *Extractor) extractFromTuple(tuple *types.Tuple) {
521521
if pkg := at.Obj().Pkg(); pkg != nil {
522522
e.imports[pkg.Path()] = struct{}{}
523523
}
524+
e.extractType(at.Obj())
524525
}
525526
if t, ok := t.(*types.Named); ok {
526527
if pkg := t.Obj().Pkg(); pkg != nil {

0 commit comments

Comments
 (0)