riverdelta/ui-tests/functions/missing_args.nil

5 lines
No EOL
56 B
Text

function main() = (
x();
);
function x(_a: Int) = ;