[fine] This one too

This commit is contained in:
John Doty 2024-01-13 08:16:50 -08:00
parent 1c1c03e1d9
commit 50eb7a9673

View file

@ -3,6 +3,9 @@ let x = foo("hello");
x;
let y = foo();
y;
let a = foo(2, 3);
a;
// @type-error: 41 parameter 0 has an incompatible type: expected f64 but got string
// @type-error: 59 expected 1 parameters
// @type-error: 59 expected 1 parameters
// @type-error: 81 expected 1 parameters