roc/crates/compiler/uitest/tests/solve/tuple_annotation.txt
2023-05-26 12:14:41 -05:00

5 lines
87 B
Text

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