fun foo(x: f64) {} let x = foo("hello"); x; // @type-error: 41 parameter 0 has an incompatible type: expected f64 but got string