fun sum(x: list) -> f64 { 75 // lol } fun test() { let val = [1, 2, 3]; sum(val); } // @no-errors