Skip to content

Commit

Permalink
[Go SDK] Add missing type inspection case for Alias types. (#34039)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck authored and alfredo-scaccialepre-edo committed Feb 20, 2025
1 parent 656b7a0 commit e805741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/go/pkg/beam/util/starcgenx/starcgenx.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ func (e *Extractor) extractFromTuple(tuple *types.Tuple) {
if pkg := at.Obj().Pkg(); pkg != nil {
e.imports[pkg.Path()] = struct{}{}
}
e.extractType(at.Obj())
}
if t, ok := t.(*types.Named); ok {
if pkg := t.Obj().Pkg(); pkg != nil {
Expand Down

0 comments on commit e805741

Please sign in to comment.