10 lines
No EOL
110 B
Text
10 lines
No EOL
110 B
Text
fun sum(x: list<f64>) -> f64 {
|
|
75 // lol
|
|
}
|
|
|
|
fun test() {
|
|
let val = [1, 2, 3];
|
|
sum(val);
|
|
}
|
|
|
|
// @no-errors |