[fine] Starting on lists, god help me
This commit is contained in:
parent
106f2eb30f
commit
9ee8d39963
5 changed files with 190 additions and 35 deletions
10
fine/tests/expression/lists.fine
Normal file
10
fine/tests/expression/lists.fine
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
fun sum(x: list<f64>) -> f64 {
|
||||
75 // lol
|
||||
}
|
||||
|
||||
fun test() {
|
||||
let val = [1, 2, 3];
|
||||
sum(val);
|
||||
}
|
||||
|
||||
// @no-errors
|
||||
Loading…
Add table
Add a link
Reference in a new issue