026 destination scoping

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

write called from: input:file.read
Writing
write called from: input:network.fetch
Writing

Expected output

write called from: input:file.read
Writing
write called from: input:network.fetch
Writing

Flows

flow ~tap click a branch to expand · @labels scroll to their anchor
tap (* -> file.write)
flow ~file.read click a branch to expand · @labels scroll to their anchor
file.read

Test Configuration

MUST_RUN