test : 修改测试代码
This commit is contained in:
parent
ddea7e887f
commit
bea8a65c8e
@ -4,9 +4,7 @@ module: Main
|
|||||||
return_type: boolean
|
return_type: boolean
|
||||||
body:
|
body:
|
||||||
declare b1 :boolean = true
|
declare b1 :boolean = true
|
||||||
declare b2 :boolean = !b1
|
return !b1
|
||||||
|
|
||||||
return b2
|
|
||||||
end body
|
end body
|
||||||
end function
|
end function
|
||||||
end module
|
end module
|
||||||
Loading…
x
Reference in New Issue
Block a user