006 refine blocks meet confluently

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

met

Expected output

met

Expected comptime output

refine input:Server: port: i64 & >1024 & <=65535
refine input:Server: port: i64 & >1024 & <=65535

Flows

flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Server, source: port: i64)
flow ~std/refine click a branch to expand · @labels scroll to their anchor
std/refine (Server, source: port: i64 & >1024)
flow ~std/refine click a branch to expand · @labels scroll to their anchor
std/refine (Server, source: port: i64 & <=65535)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "met")

Test Configuration

MUST_RUN