Add const correctness for proxy functions. Add unit tests for function variable assignment scenarios
This commit is contained in:
3
unittests/function_reassignment.chai
Normal file
3
unittests/function_reassignment.chai
Normal file
@@ -0,0 +1,3 @@
|
||||
var x = `+`
|
||||
x = `-`
|
||||
print(x(5,4))
|
Reference in New Issue
Block a user