mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
fix: use Num * in constrain_small_int
This commit is contained in:
parent
7a5e3b1367
commit
d44b024efe
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ fn constrain_small_int() {
|
|||
12
|
||||
"#
|
||||
),
|
||||
"Int *",
|
||||
"Num *",
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue