aqua A export newFunc func returnNil() -> *string: someStr: *string <- someStr func newFunc() -> []string: -- new stream stream <- returnNil() -- stream -> someStr: *str stream <<- "asd" <- stream -- end