mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Merge pull request #5457 from roc-lang/tuple-aliases
Add test for tuple annotations
This commit is contained in:
commit
62cdceabd6
1 changed files with 5 additions and 0 deletions
5
crates/compiler/uitest/tests/solve/tuple_annotation.txt
Normal file
5
crates/compiler/uitest/tests/solve/tuple_annotation.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
interface Test exposes [x] imports []
|
||||
|
||||
x : (I64, Str)
|
||||
x = (1, "")
|
||||
#^{-1} ( I64, Str )*
|
Loading…
Add table
Add a link
Reference in a new issue