Update type_labels AST test

This commit is contained in:
2026-05-02 15:48:48 -06:00
parent cc6de1e082
commit 68725b5984

View File

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