Closed DieMyst closed 5 months ago
This didn't work:
func addToStreamClosure(str: *string) -> string -> (): cl = func (s: string): str <<- s <- cl func addToStream() -> []string: stream: *string cl = addToStreamClosure(stream) cl("one") <- stream
because str hasn't been renamed in inliner.
str
rename exports of closure body on renameExports
renameExports
LNG-365 Streams and maps not work with abilities
LGTM
Description
This didn't work:
because
str
hasn't been renamed in inliner.Proposed Changes
rename exports of closure body on
renameExports
Checklist
Reviewer Checklist