```ts export function assertWeird(value?: string): asserts value { } assertWeird(); assertWeird("hello"); ``` Note that order of the calls is important to reproduce the issue.
Activity
isReachableFlowNodeWorker
#873