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

Test Configuration

MUST_RUN