002 import registers taps wildcards

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

compute(42)
[TAP] Intercepted event: compute
format(84)
[TAP] Intercepted event: format
Final: formatted

Expected output

compute(42)
[TAP] Intercepted event: compute
format(84)
[TAP] Intercepted event: format
Final: formatted

Flows

flow ~compute click a branch to expand · @labels scroll to their anchor
compute (x: 42)

Imported Files

test_lib/logger.kz

Test Configuration

MUST_RUN