[fine] This one too
This commit is contained in:
parent
1c1c03e1d9
commit
50eb7a9673
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue