Fix type safety issue

This commit is contained in:
2025-12-11 13:07:37 +11:00
parent 2ca3789024
commit 4c6aa97fd5
5 changed files with 54 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
fun !dingus -string
return "dingus"
return "dingle"
endfun
call !dingus &e

3
tests/uhoh.grnd Normal file
View File

@@ -0,0 +1,3 @@
fun !dingle -int -function &in
call !in &tmp
endfun