Add type alias AST tests
This commit is contained in:
1
crates/frontend/fixtures/ast/type_alias
Normal file
1
crates/frontend/fixtures/ast/type_alias
Normal file
@@ -0,0 +1 @@
|
||||
type Basic = Integer
|
||||
1
crates/frontend/fixtures/ast/type_alias_tuple
Normal file
1
crates/frontend/fixtures/ast/type_alias_tuple
Normal file
@@ -0,0 +1 @@
|
||||
type Tuple = (Integer, Integer)
|
||||
1
crates/frontend/fixtures/ast/type_alias_tuple_fields
Normal file
1
crates/frontend/fixtures/ast/type_alias_tuple_fields
Normal file
@@ -0,0 +1 @@
|
||||
type Position = (x: Integer, y: Integer)
|
||||
Reference in New Issue
Block a user