comment test

This commit is contained in:
DieMyst 2022-11-23 13:44:28 +04:00
parent 81115ffeda
commit e554e4f6ee

View File

@ -7,5 +7,9 @@ data SomeObj:
num: u64
inner: InnerObj
func getObj() -> SomeObj:
<- SomeObj("some str", 5, InnerObj(["a", "b", "c"], 6))
-- func getObj() -> SomeObj:
-- <- SomeObj("some str", 5, InnerObj(["a", "b", "c"], 6))
--
-- func getObjAssign() -> SomeObj:
-- obj = SomeObj("some str", 5, InnerObj(["a", "b", "c"], 6))
-- <- obj