test: 修复 demo1
This commit is contained in:
parent
3eacdf6d39
commit
dc32f00ead
@ -1,8 +1,8 @@
|
|||||||
module: Math
|
module: Math
|
||||||
function: factorial
|
function: factorial
|
||||||
parameter:
|
parameter:
|
||||||
declare n1: int
|
declare n1: long
|
||||||
declare n2: int
|
declare n2: long
|
||||||
return_type: long
|
return_type: long
|
||||||
body:
|
body:
|
||||||
return n1+n2
|
return n1+n2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user