``` /fmo = "\par("*", "\seq("1", "*")")"; /fmo = "\par("[*]", "\seq("1", "*")")"; ``` "getUpstreamItems" returns an empty array here. Workaround: ``` /fmo = "\par("\ins("*", 1, 1000)", "\seq("1", "*")")"; ```
"getUpstreamItems" returns an empty array here.
Workaround: