006 raw fields stay separate

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

player 1.5
enemy 2.5

Expected output

player 1.5
enemy 2.5

Flows

flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Player, source: health: f32)
flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Enemy, source: health: f32)
flow ~new click a branch to expand · @labels scroll to their anchor
new (Player)
flow ~new click a branch to expand · @labels scroll to their anchor
new (Enemy)

Test Configuration

MUST_RUN