mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-04-25 06:42:36 +00:00
comment test
This commit is contained in:
parent
81115ffeda
commit
e554e4f6ee
@ -7,5 +7,9 @@ data SomeObj:
|
|||||||
num: u64
|
num: u64
|
||||||
inner: InnerObj
|
inner: InnerObj
|
||||||
|
|
||||||
func getObj() -> SomeObj:
|
-- func getObj() -> SomeObj:
|
||||||
<- SomeObj("some str", 5, InnerObj(["a", "b", "c"], 6))
|
-- <- SomeObj("some str", 5, InnerObj(["a", "b", "c"], 6))
|
||||||
|
--
|
||||||
|
-- func getObjAssign() -> SomeObj:
|
||||||
|
-- obj = SomeObj("some str", 5, InnerObj(["a", "b", "c"], 6))
|
||||||
|
-- <- obj
|
Loading…
x
Reference in New Issue
Block a user