Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 20, 2024
1 parent 9360014 commit bb4e91e
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ Type Intrinsic

@type(Array<num>);
@type(inflight (): num);
@type(foo.bar.Baz);

--------------------------------------------------------------------------------

Expand All @@ -630,4 +631,10 @@ Type Intrinsic
(function_type
(phase_specifier)
(parameter_type_list)
(builtin_type)))))
(builtin_type))))
(expression_statement
(type_intrinsic
(custom_type
(type_identifier)
(type_identifier)
(type_identifier)))))

0 comments on commit bb4e91e

Please sign in to comment.