mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
fix some bugs
This commit is contained in:
parent
01d4238269
commit
537c924a68
7 changed files with 47 additions and 11 deletions
5
ui-tests/functions/missing_args.nil
Normal file
5
ui-tests/functions/missing_args.nil
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function main() = (
|
||||
x();
|
||||
);
|
||||
|
||||
function x(a: Int) = ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue