Skip to content

Commit

Permalink
feat: support external types with type widening
Browse files Browse the repository at this point in the history
fixes #1296
  • Loading branch information
worstell committed Jul 9, 2024
1 parent eb35da9 commit 692785a
Show file tree
Hide file tree
Showing 41 changed files with 1,390 additions and 512 deletions.
2 changes: 1 addition & 1 deletion backend/controller/dal/testdata/go/fsm/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func End(ctx context.Context, in One) error {
}

//ftl:verb
func SendOne(ctx context.Context, in One) error {
func SendOne(ctx context.Context, in ne) error {
return fsm.Send(ctx, in.Instance, in)
}

Expand Down
Loading

0 comments on commit 692785a

Please sign in to comment.