empty payload branches

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

42 is positive
-5 is not positive
0 is not positive

Expected output

42 is positive
-5 is not positive
0 is not positive

Flows

flow ~check-value click a branch to expand · @labels scroll to their anchor
check-value (n: 42)
flow ~check-value click a branch to expand · @labels scroll to their anchor
check-value (n: -5)
flow ~check-value click a branch to expand · @labels scroll to their anchor
check-value (n: 0)

Test Configuration

MUST_RUN