Update type_labels AST test
This commit is contained in:
@@ -1 +1 @@
|
||||
type Position = (x: Integer, y: Integer)
|
||||
type Point = pt: (x: Integer, y: Integer)
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
type Position = (x: Integer, y: Integer)
|
||||
type Point = pt: (x: Integer, y: Integer)
|
||||
|
||||