summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-23 19:38:25 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-23 19:38:25 +0330
commit6f2a7cd1c662e30cd75b8cbcb246bdf9978c1290 (patch)
tree2deb26f95b59d9f364130bf3e9f423a747658fd1 /test
parent1963e7dddfaeebb22e3657adc1a7ee86fda50d52 (diff)
check function arguments
Diffstat (limited to 'test')
-rw-r--r--test/main.felan2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.felan b/test/main.felan
index 19120f5..6d26e52 100644
--- a/test/main.felan
+++ b/test/main.felan
@@ -2,7 +2,7 @@ main :: () -> void {
print;
};
-a :: () -> void {
+a :: (b:void,c:void) -> void {
print;
print;
};