From 78c18419ef4a124f560edf72ffaf3b34a106371d Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 11 May 2025 00:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=A4=9A=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 783b83e..835f755 100644 --- a/test +++ b/test @@ -8,7 +8,7 @@ module: CommonTasks body: num1 = 1 num2=2 - return num1 + CommonTasks.test(3,4) + return num1 + CommonTasks.test(3,4+1) end body end function