Add type alias AST tests

This commit is contained in:
2026-04-30 19:31:58 -06:00
parent 8d76d2cee2
commit b29c25d9dc
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
type Basic = Integer

View File

@@ -0,0 +1 @@
type Tuple = (Integer, Integer)

View File

@@ -0,0 +1 @@
type Position = (x: Integer, y: Integer)