mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
remove comment inbetween signature and definition in test
This commit is contained in:
parent
4868c0bd25
commit
b044a0b8a8
1 changed files with 0 additions and 2 deletions
|
@ -2523,9 +2523,7 @@ mod solve_uniq_expr {
|
|||
r#"
|
||||
Model : { foo : Int, bar : Int }
|
||||
|
||||
# extract : { foo : Int, bar : Int } -> Int
|
||||
extract : Model -> Int
|
||||
# extract = \r -> r.foo + r.bar
|
||||
extract = \{foo, bar} -> foo + bar
|
||||
|
||||
extract
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue