1
0
mirror of https://github.com/fluencelabs/aqua.git synced 2025-03-17 20:50:50 +00:00

19 lines
376 B
Plaintext
Raw Normal View History

aqua Import declares someFunc
service GetStr("multiret-test"):
retStr(s: []string, a: []string)
func someFunc() -> string:
<- "some func call"
func foo_wrapper():
GetStr.retStr(nil, nil)
func invalid_append() -> *string:
stream: *string
cream: *string
dream: *string
str: *string
asdasd: *string
GetStr.retStr(stream, nil)
<- stream