026 map generic dispatch gap

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

Showing last 10 of 13 lines
 14 | std/map:new(string, i64)
    | ^
  hint: write it with an explicit label: 'name: string'

error[PARSE006]: bare argument 'i64' does not name a parameter of 'new' — an explicit label is required
  --> tests/regression/600_STDLIB/660_COLLECTIONS/660_026_map_generic_dispatch_gap/input.k:14:0
    |
 14 | std/map:new(string, i64)
    | ^
  hint: write it with an explicit label: 'name: i64'

Code

input.k

Expected output

1

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (string, i64)

Test Configuration

MUST_RUN