Fix type safety issue
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun !dingus -string
|
||||
return "dingus"
|
||||
return "dingle"
|
||||
endfun
|
||||
|
||||
call !dingus &e
|
||||
|
||||
3
tests/uhoh.grnd
Normal file
3
tests/uhoh.grnd
Normal file
@@ -0,0 +1,3 @@
|
||||
fun !dingle -int -function &in
|
||||
call !in &tmp
|
||||
endfun
|
||||
Reference in New Issue
Block a user