riverdelta/ui-tests/functions/missing_args.nil

6 lines
No EOL
101 B
Text

function main() = (
x();
//~^ ERROR: missing argument of type Int
);
function x(_a: Int) = ;