Skip to content

Commit

Permalink
Add union type to error symbol test
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunayf committed Feb 7, 2024
1 parent 31939a7 commit 3911025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type ErrorDetail1 record {

type ErrorDetail2 record {|
*ErrorDetail1;
boolean flag;
boolean|int flag;
|};

type SimpleError error<ErrorDetail1>;
Expand Down

0 comments on commit 3911025

Please sign in to comment.