mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
parent
0b475ae979
commit
52a719bc18
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