Add test for tuple annotations

Closes #5447
This commit is contained in:
Ayaz Hafiz 2023-05-26 12:14:41 -05:00
parent 0b475ae979
commit 52a719bc18
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -0,0 +1,5 @@
interface Test exposes [x] imports []
x : (I64, Str)
x = (1, "")
#^{-1} ( I64, Str )*