forked from solstice/solstice
Fix function calling bug
This commit is contained in:
4
tests/function.sols
Normal file
4
tests/function.sols
Normal file
@@ -0,0 +1,4 @@
|
||||
def add(int a, int b) {
|
||||
return a + b
|
||||
}
|
||||
add(1, 2)
|
||||
Reference in New Issue
Block a user