002 refine conflict refused

✓ Passing Passing: the compiler rejects this program as expected.

Code

input.k

Actual compiler output

error[KORU205]: std/refine(Server): field 'port' refines to nothing — '>20000' and '<=1000' cannot both hold
  --> tests/regression/600_STDLIB/671_REFINE/671_002_refine_conflict_refused/input.k:13:0

Must contain:

refines to nothing

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 & >20000 & <=1000)

Test Configuration

MUST_ERROR