diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-01-28 01:51:43 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-01-28 01:52:37 +0330 |
commit | aa69d90b4f0d8bb0d320c245ebf9b47741f655fe (patch) | |
tree | 9f198a8487e47c1c9ec0e977ec18ded5fd2c5a39 /test | |
parent | 12219a3af22fe4f17027dff43cfb459fef62eaa2 (diff) |
removed variable shadowing
Diffstat (limited to 'test')
-rw-r--r-- | test/main.felan | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/main.felan b/test/main.felan index e13678c..c0d9a4d 100644 --- a/test/main.felan +++ b/test/main.felan @@ -1,5 +1,4 @@ main :: () -> void { a : u64 : 1423; - a : u64 : 14253; print_u64 a; }; |