mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 19:50:51 +00:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
service GetStr("multiret-test"):
|
|
retStr(s: *string, a: *string)
|
|
|
|
|
|
func foo_wrapper():
|
|
GetStr.retStr(nil, nil)
|
|
|
|
func invalid_append():
|
|
stream: *string
|
|
variable <- Op.identity("hello")
|
|
stream <- variable |