mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
mono tests
This commit is contained in:
parent
c75f46b369
commit
dfee6740dd
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ procedure Num.19 (#Attr.2, #Attr.3):
|
|||
|
||||
procedure Test.0 ():
|
||||
let Test.1 : List I64 = Array [1i64, 2i64, 3i64];
|
||||
let Test.2 : List Decimal = Array [1.dec];
|
||||
let Test.2 : List Decimal = Array [1dec];
|
||||
let Test.4 : U64 = CallByName List.6 Test.1;
|
||||
dec Test.1;
|
||||
let Test.5 : U64 = CallByName List.6 Test.2;
|
||||
|
|
|
@ -3,7 +3,7 @@ procedure Num.37 (#Attr.2, #Attr.3):
|
|||
ret Num.292;
|
||||
|
||||
procedure Test.0 ():
|
||||
let Test.2 : Decimal = 1.dec;
|
||||
let Test.2 : Decimal = 1dec;
|
||||
let Test.3 : Decimal = 200dec;
|
||||
let Test.1 : Decimal = CallByName Num.37 Test.2 Test.3;
|
||||
ret Test.1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue